geoffmunn commited on
Commit
de75ffa
·
verified ·
1 Parent(s): 4732b91

Update Qwen3-Coder-30B-A3B-Instruct-f16-Q2_K/README.md

Browse files
Qwen3-Coder-30B-A3B-Instruct-f16-Q2_K/README.md CHANGED
@@ -72,7 +72,7 @@ Here’s how you can query this model via API using `curl` and `jq`. Replace the
72
 
73
  ```bash
74
  curl http://localhost:11434/api/generate -s -N -d '{
75
- "model": "hf.co/geoffmunn/Qwen3-Coder-30B-A3B-Instruct:Q2_K",
76
  "prompt": "Respond exactly as follows: Summarize what a neural network is in one sentence.",
77
  "temperature": 0.3,
78
  "top_p": 0.95,
 
72
 
73
  ```bash
74
  curl http://localhost:11434/api/generate -s -N -d '{
75
+ "model": "hf.co/geoffmunn/Qwen3-Coder-30B-A3B-Instruct-f16:Q2_K",
76
  "prompt": "Respond exactly as follows: Summarize what a neural network is in one sentence.",
77
  "temperature": 0.3,
78
  "top_p": 0.95,