eagle0504 commited on
Commit
1cc8d0a
·
verified ·
1 Parent(s): 1056149

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -95,6 +95,12 @@ wget https://huggingface.co/your-repo-id/resolve/main/q8_0.gguf
95
  llama-cli -m ~/llama_models/q8_0.gguf --interactive
96
  ```
97
 
 
 
 
 
 
 
98
  ### **4️⃣ Test with a Prompt**
99
  ```sh
100
  llama-cli -m ~/llama_models/q8_0.gguf -p "Explain quantum computing in simple terms."
 
95
  llama-cli -m ~/llama_models/q8_0.gguf --interactive
96
  ```
97
 
98
+ Or you can use the following
99
+
100
+ ```sh
101
+ llama-cli -hf eagle0504/qwen-2_5-1_5b-instruct-using-openai-gsm8k-data-enhanced-with-deepseek-v4:Q8_0
102
+ ```
103
+
104
  ### **4️⃣ Test with a Prompt**
105
  ```sh
106
  llama-cli -m ~/llama_models/q8_0.gguf -p "Explain quantum computing in simple terms."