Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ tags:
|
|
10 |
- mlx
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
The Model [
|
16 |
converted to MLX format from [internlm/SWE-Fixer-Editor-72B](https://huggingface.co/internlm/SWE-Fixer-Editor-72B)
|
17 |
using mlx-lm version **0.21.1**.
|
18 |
|
@@ -25,7 +25,7 @@ pip install mlx-lm
|
|
25 |
```python
|
26 |
from mlx_lm import load, generate
|
27 |
|
28 |
-
model, tokenizer = load("
|
29 |
|
30 |
prompt = "hello"
|
31 |
|
|
|
10 |
- mlx
|
11 |
---
|
12 |
|
13 |
+
# mlx-community/SWE-Fixer-Editor-72B-4bit
|
14 |
|
15 |
+
The Model [mlx-community/SWE-Fixer-Editor-72B-4bit](https://huggingface.co/mlx-community/SWE-Fixer-Editor-72B-4bit) was
|
16 |
converted to MLX format from [internlm/SWE-Fixer-Editor-72B](https://huggingface.co/internlm/SWE-Fixer-Editor-72B)
|
17 |
using mlx-lm version **0.21.1**.
|
18 |
|
|
|
25 |
```python
|
26 |
from mlx_lm import load, generate
|
27 |
|
28 |
+
model, tokenizer = load("mlx-community/SWE-Fixer-Editor-72B-4bit")
|
29 |
|
30 |
prompt = "hello"
|
31 |
|