Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,9 @@ tags:
|
|
4 |
- mlx
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
The Model [
|
10 |
|
11 |
## Use with mlx
|
12 |
|
@@ -17,7 +17,7 @@ pip install mlx-lm
|
|
17 |
```python
|
18 |
from mlx_lm import load, generate
|
19 |
|
20 |
-
model, tokenizer = load("
|
21 |
|
22 |
prompt="hello"
|
23 |
|
|
|
4 |
- mlx
|
5 |
---
|
6 |
|
7 |
+
# mlx-community/Tiger-Gemma-9B-v3-Q4-mlx
|
8 |
|
9 |
+
The Model [mlx-community/Tiger-Gemma-9B-v3-Q4-mlx](https://huggingface.co/mlx-community/Tiger-Gemma-9B-v3-Q4-mlx) was converted to MLX format from [TheDrummer/Tiger-Gemma-9B-v3](https://huggingface.co/TheDrummer/Tiger-Gemma-9B-v3) using mlx-lm version **0.20.5**.
|
10 |
|
11 |
## Use with mlx
|
12 |
|
|
|
17 |
```python
|
18 |
from mlx_lm import load, generate
|
19 |
|
20 |
+
model, tokenizer = load("mlx-community/Tiger-Gemma-9B-v3-Q4-mlx")
|
21 |
|
22 |
prompt="hello"
|
23 |
|