Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ pipeline_tag: text-generation
|
|
17 |
library_name: transformers
|
18 |
---
|
19 |
|
20 |
-
#
|
21 |
|
22 |
-
The Model [
|
23 |
|
24 |
## Use with mlx
|
25 |
|
@@ -30,7 +30,7 @@ pip install mlx-lm
|
|
30 |
```python
|
31 |
from mlx_lm import load, generate
|
32 |
|
33 |
-
model, tokenizer = load("
|
34 |
|
35 |
prompt="hello"
|
36 |
|
|
|
17 |
library_name: transformers
|
18 |
---
|
19 |
|
20 |
+
# mlx-community/EXAONE-Deep-32B-mlx-8Bit
|
21 |
|
22 |
+
The Model [mlx-community/EXAONE-Deep-32B-mlx-8Bit](https://huggingface.co/mlx-community/EXAONE-Deep-32B-mlx-8Bit) was converted to MLX format from [LGAI-EXAONE/EXAONE-Deep-32B](https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B) using mlx-lm version **0.22.1**.
|
23 |
|
24 |
## Use with mlx
|
25 |
|
|
|
30 |
```python
|
31 |
from mlx_lm import load, generate
|
32 |
|
33 |
+
model, tokenizer = load("mlx-community/EXAONE-Deep-32B-mlx-8Bit")
|
34 |
|
35 |
prompt="hello"
|
36 |
|