eagle0504 commited on
Commit
8c59463
·
verified ·
1 Parent(s): 191b681

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -83,6 +83,12 @@ wget https://huggingface.co/eagle0504/qwen-2_5-1_5b-instruct-using-openai-gsm8k-
83
  llama-cli -m ~/llama_models/q8_0.gguf --interactive
84
  ```
85
 
 
 
 
 
 
 
86
  ### Step 4: Test with a Prompt
87
  ```sh
88
  llama-cli -m ~/llama_models/q8_0.gguf -p "Explain quantum computing in simple terms."
 
83
  llama-cli -m ~/llama_models/q8_0.gguf --interactive
84
  ```
85
 
86
+ Or you can use the following:
87
+
88
+ ```sh
89
+ llama-cli -hf eagle0504/qwen-2-5-3b-instruct-using-openai-gsm8k-gguf-data-enhanced-with-deepseek-v3-small:Q8_0
90
+ ```
91
+
92
  ### Step 4: Test with a Prompt
93
  ```sh
94
  llama-cli -m ~/llama_models/q8_0.gguf -p "Explain quantum computing in simple terms."