Update README.md
Browse files
README.md
CHANGED
|
@@ -22,5 +22,5 @@ pip install mlx-lm
|
|
| 22 |
from mlx_lm import load, generate
|
| 23 |
|
| 24 |
model, tokenizer = load("mlx-community/CodeLlama-7b-Python-4bit")
|
| 25 |
-
response = generate(model, tokenizer, prompt="
|
| 26 |
```
|
|
|
|
| 22 |
from mlx_lm import load, generate
|
| 23 |
|
| 24 |
model, tokenizer = load("mlx-community/CodeLlama-7b-Python-4bit")
|
| 25 |
+
response = generate(model, tokenizer, prompt="<s>[INST] <<SYS>> You are a helpful, respectful, and honest assistant. Always do... If you are unsure about an answer, truthfully say \"I don't know\" <</SYS>> What's the meaning of life [/INST]", verbose=True)
|
| 26 |
```
|