geoffmunn commited on
Commit
9d433f2
·
verified ·
1 Parent(s): ead5d88

Model info updated

Browse files
Files changed (1) hide show
  1. Qwen3-8B-Q6_K/README.md +2 -2
Qwen3-8B-Q6_K/README.md CHANGED
@@ -21,7 +21,7 @@ Quantized version of [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B) at **
21
  ## Model Info
22
 
23
  - **Format**: GGUF (for llama.cpp and compatible runtimes)
24
- - **Size**: 6.3G
25
  - **Precision**: Q6_K
26
  - **Base Model**: [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B)
27
  - **Conversion Tool**: [llama.cpp](https://github.com/ggerganov/llama.cpp)
@@ -122,7 +122,7 @@ Here’s how you can query this model via API using `curl` and `jq`. Replace the
122
 
123
  ```bash
124
  curl http://localhost:11434/api/generate -s -N -d '{
125
- "model": "hf.co/geoffmunn/Qwen3-8B:Q6_K;2D",
126
  "prompt": "Repeat the following instruction exactly as given: Explain why the sky appears blue during the day but red at sunrise and sunset, using physics principles like Rayleigh scattering.",
127
  "temperature": 0.4,
128
  "top_p": 0.95,
 
21
  ## Model Info
22
 
23
  - **Format**: GGUF (for llama.cpp and compatible runtimes)
24
+ - **Size**: 6.73 GB
25
  - **Precision**: Q6_K
26
  - **Base Model**: [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B)
27
  - **Conversion Tool**: [llama.cpp](https://github.com/ggerganov/llama.cpp)
 
122
 
123
  ```bash
124
  curl http://localhost:11434/api/generate -s -N -d '{
125
+ "model": "hf.co/geoffmunn/Qwen3-8B:Q6_K",
126
  "prompt": "Repeat the following instruction exactly as given: Explain why the sky appears blue during the day but red at sunrise and sunset, using physics principles like Rayleigh scattering.",
127
  "temperature": 0.4,
128
  "top_p": 0.95,