Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ tags:
|
|
6 |
base_model: chuanli11/Llama-3.2-3B-Instruct-uncensored
|
7 |
---
|
8 |
|
9 |
-
#
|
10 |
|
11 |
-
The Model [
|
12 |
|
13 |
## Use with mlx
|
14 |
|
@@ -19,7 +19,7 @@ pip install mlx-lm
|
|
19 |
```python
|
20 |
from mlx_lm import load, generate
|
21 |
|
22 |
-
model, tokenizer = load("
|
23 |
|
24 |
prompt="hello"
|
25 |
|
|
|
6 |
base_model: chuanli11/Llama-3.2-3B-Instruct-uncensored
|
7 |
---
|
8 |
|
9 |
+
# mlx-community/Llama-3.2-3B-Instruct-uncensored-6bit
|
10 |
|
11 |
+
The Model [mlx-community/Llama-3.2-3B-Instruct-uncensored-6bit](https://huggingface.co/mlx-community/Llama-3.2-3B-Instruct-uncensored-6bit) was converted to MLX format from [chuanli11/Llama-3.2-3B-Instruct-uncensored](https://huggingface.co/chuanli11/Llama-3.2-3B-Instruct-uncensored) using mlx-lm version **0.22.3**.
|
12 |
|
13 |
## Use with mlx
|
14 |
|
|
|
19 |
```python
|
20 |
from mlx_lm import load, generate
|
21 |
|
22 |
+
model, tokenizer = load("mlx-community/Llama-3.2-3B-Instruct-uncensored-6bit")
|
23 |
|
24 |
prompt="hello"
|
25 |
|