Update README.md
Browse files
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-
|
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 |
```
|