Felladrin commited on
Commit
6b4cf1c
·
verified ·
1 Parent(s): a655f40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -100,9 +100,9 @@ model-index:
100
  name: Open LLM Leaderboard
101
  ---
102
 
103
- # Felladrin/Virtuoso-Small-Q4-mlx
104
 
105
- The Model [Felladrin/Virtuoso-Small-Q4-mlx](https://huggingface.co/Felladrin/Virtuoso-Small-Q4-mlx) was converted to MLX format from [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small) using mlx-lm version **0.19.2**.
106
 
107
  ## Use with mlx
108
 
@@ -113,7 +113,7 @@ pip install mlx-lm
113
  ```python
114
  from mlx_lm import load, generate
115
 
116
- model, tokenizer = load("Felladrin/Virtuoso-Small-Q4-mlx")
117
 
118
  prompt="hello"
119
 
 
100
  name: Open LLM Leaderboard
101
  ---
102
 
103
+ # mlx-community/Virtuoso-Small-4bit
104
 
105
+ The Model [mlx-community/Virtuoso-Small-4bit](https://huggingface.co/mlx-community/Virtuoso-Small-4bit) was converted to MLX format from [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small) using mlx-lm version **0.19.2**.
106
 
107
  ## Use with mlx
108
 
 
113
  ```python
114
  from mlx_lm import load, generate
115
 
116
+ model, tokenizer = load("mlx-community/Virtuoso-Small-4bit")
117
 
118
  prompt="hello"
119