Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Programmatically include the system prompt in the messages and apply the chat te
|
|
| 39 |
```python
|
| 40 |
from mlx_lm import load, generate
|
| 41 |
|
| 42 |
-
model, tokenizer = load("MXLouis/Llama-Breeze2-3B-Instruct-Text-mlx-
|
| 43 |
|
| 44 |
SYSTEM_PROMPT = (
|
| 45 |
"You are a helpful AI assistant built by MediaTek Research. "
|
|
|
|
| 39 |
```python
|
| 40 |
from mlx_lm import load, generate
|
| 41 |
|
| 42 |
+
model, tokenizer = load("MXLouis/Llama-Breeze2-3B-Instruct-Text-mlx-4Bit")
|
| 43 |
|
| 44 |
SYSTEM_PROMPT = (
|
| 45 |
"You are a helpful AI assistant built by MediaTek Research. "
|