MoMonir commited on
Commit
c400ccc
1 Parent(s): 843fca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ cd llama.cpp && LLAMA_CURL=1 make
69
 
70
  Step 3: Run inference through the main binary.
71
  ```
72
- ./main --hf-repo MoMonir/Qwen2-7B-Instruct-Q4_K_M-GGUF --hf-file qwen2-7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
73
  ```
74
  or
75
  ```
 
69
 
70
  Step 3: Run inference through the main binary.
71
  ```
72
+ ./main --hf-repo MoMonir/Qwen2-7B-Instruct-GGUF --hf-file qwen2-7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
73
  ```
74
  or
75
  ```