Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ pip install "git+https://github.com/mitmul/mlx-examples.git@mitmul/add-plamo2-1b
|
|
26 |
```bash
|
27 |
python -m mlx_lm.generate \
|
28 |
--model mlx-community/plamo-2-1b \
|
29 |
-
--prompt '
|
30 |
--max-tokens 1024 \
|
31 |
--extra-eos-token '<|plamo:bos|>' \
|
32 |
--ignore-chat-template \
|
|
|
26 |
```bash
|
27 |
python -m mlx_lm.generate \
|
28 |
--model mlx-community/plamo-2-1b \
|
29 |
+
--prompt '美味しいカレーの作り方のレシピを紹介します。' \
|
30 |
--max-tokens 1024 \
|
31 |
--extra-eos-token '<|plamo:bos|>' \
|
32 |
--ignore-chat-template \
|