reach-vb HF staff commited on
Commit
2bb0b4c
1 Parent(s): 1a7baec

Update README.md (#1)

Browse files

- Update README.md (2935669843e08e8b27bd093d0eb1e29e4f3b9eb1)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
14
  ---
15
 
16
- # reach-vb/SmolLM2-1.7B-Instruct-Q8-mlx
17
 
18
- The Model [reach-vb/SmolLM2-1.7B-Instruct-Q8-mlx](https://huggingface.co/reach-vb/SmolLM2-1.7B-Instruct-Q8-mlx) was converted to MLX format from [HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) using mlx-lm version **0.19.2**.
19
 
20
  ## Use with mlx
21
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("reach-vb/SmolLM2-1.7B-Instruct-Q8-mlx")
30
 
31
  prompt="hello"
32
 
 
13
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
14
  ---
15
 
16
+ # HuggingFaceTB/SmolLM2-1.7B-Instruct-Q8-mlx
17
 
18
+ The Model [HuggingFaceTB/SmolLM2-1.7B-Instruct-Q8-mlx](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct-Q8-mlx) was converted to MLX format from [HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) using mlx-lm version **0.19.2**.
19
 
20
  ## Use with mlx
21
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("HuggingFaceTB/SmolLM2-1.7B-Instruct-Q8-mlx")
30
 
31
  prompt="hello"
32