skirano commited on
Commit
b6ecadc
1 Parent(s): 4c6d8c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="hello", verbose=True)
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
  ```