ShipBuilding commited on
Commit
d2a1a45
·
verified ·
1 Parent(s): dcb80f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,11 +15,11 @@ kkLLM v0.1 is a LORA fine-tuned version of [Meltemi 7B Instruct v1.5](https://hu
15
 
16
  # Running the model with mlx on a Mac
17
 
18
- ``console
19
  pip install mlx-lm
20
  ```
21
 
22
- ```console
23
  python -m mlx_lm.generate --model model_kkLLM --prompt "Καλημέρα!" --temp 0.3
24
  ```
25
 
 
15
 
16
  # Running the model with mlx on a Mac
17
 
18
+ ```
19
  pip install mlx-lm
20
  ```
21
 
22
+ ```
23
  python -m mlx_lm.generate --model model_kkLLM --prompt "Καλημέρα!" --temp 0.3
24
  ```
25