mofosyne commited on
Commit
006f815
·
1 Parent(s): b73ff82

adjust readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ chmod +x TinyLLama-v0-5M-F16.llamafile
48
 
49
  # To start the llamafile in command line use this command
50
  # (Seems like there is an issue with omitting the -m so for now putting it in. Issue ticket: https://github.com/Mozilla-Ocho/llamafile/issues/189)
51
- ./TinyLLama-v0-5M-F16.llamafile --cli -m TinyLLama-v0-5M-F16.gguf -p "A dog and a cat"
52
  ```
53
 
54
  ## About llamafile
 
48
 
49
  # To start the llamafile in command line use this command
50
  # (Seems like there is an issue with omitting the -m so for now putting it in. Issue ticket: https://github.com/Mozilla-Ocho/llamafile/issues/189)
51
+ ./TinyLLama-v0-5M-F16.llamafile --cli -p "A dog and a cat"
52
  ```
53
 
54
  ## About llamafile