ivanfioravanti
commited on
Commit
•
5a5d71c
1
Parent(s):
ed2b322
Update README.md
Browse files
README.md
CHANGED
@@ -23,5 +23,5 @@ pip install mlx-lm
|
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
model, tokenizer = load("mlx-community/CodeLlama-70b-Instruct-hf-4bit-MLX")
|
26 |
-
response = generate(model, tokenizer, prompt="
|
27 |
```
|
|
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
model, tokenizer = load("mlx-community/CodeLlama-70b-Instruct-hf-4bit-MLX")
|
26 |
+
response = generate(model, tokenizer, prompt="<step>Source: user Fibonacci series in Python<step> Source: assistant Destination: user", verbose=True)
|
27 |
```
|