Felladrin commited on
Commit
13da8bc
·
verified ·
1 Parent(s): d52b1a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,9 +15,9 @@ license: llama3.1
15
  base_model: zai-org/LongWriter-llama3.1-8b
16
  ---
17
 
18
- # Felladrin/LongWriter-llama3.1-8b-mlx-8Bit
19
 
20
- The Model [Felladrin/LongWriter-llama3.1-8b-mlx-8Bit](https://huggingface.co/Felladrin/LongWriter-llama3.1-8b-mlx-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,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("Felladrin/LongWriter-llama3.1-8b-mlx-8Bit")
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