Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,9 @@ license: llama3.1
|
|
| 15 |
base_model: zai-org/LongWriter-llama3.1-8b
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
-
The Model [
|
| 21 |
|
| 22 |
## Use with mlx
|
| 23 |
|
|
@@ -28,7 +28,7 @@ pip install mlx-lm
|
|
| 28 |
```python
|
| 29 |
from mlx_lm import load, generate
|
| 30 |
|
| 31 |
-
model, tokenizer = load("
|
| 32 |
|
| 33 |
prompt="hello"
|
| 34 |
|
|
|
|
| 15 |
base_model: zai-org/LongWriter-llama3.1-8b
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# mlx-community/LongWriter-llama3.1-8b-8bit
|
| 19 |
|
| 20 |
+
The Model [mlx-community/LongWriter-llama3.1-8b-8bit](https://huggingface.co/mlx-community/LongWriter-llama3.1-8b-8bit) was converted to MLX format from [zai-org/LongWriter-llama3.1-8b](https://huggingface.co/zai-org/LongWriter-llama3.1-8b) using mlx-lm version **0.26.4**.
|
| 21 |
|
| 22 |
## Use with mlx
|
| 23 |
|
|
|
|
| 28 |
```python
|
| 29 |
from mlx_lm import load, generate
|
| 30 |
|
| 31 |
+
model, tokenizer = load("mlx-community/LongWriter-llama3.1-8b-8bit")
|
| 32 |
|
| 33 |
prompt="hello"
|
| 34 |
|