Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,10 @@ High quality quantization of **Qwen3-Coder-480B-A35B-Instruct** without using im
|
|
| 14 |
|
| 15 |
# Run
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
```
|
| 18 |
./build/bin/llama-server \
|
| 19 |
--alias anikifoss/Qwen3-Coder-480B-A35B-Instruct-HQ4_K \
|
|
|
|
| 14 |
|
| 15 |
# Run
|
| 16 |
|
| 17 |
+
## ik_llama.cpp
|
| 18 |
+
|
| 19 |
+
See [this detailed guide](https://github.com/ikawrakow/ik_llama.cpp/discussions/258) on how to setup ik_llama and how to make custom quants.
|
| 20 |
+
|
| 21 |
```
|
| 22 |
./build/bin/llama-server \
|
| 23 |
--alias anikifoss/Qwen3-Coder-480B-A35B-Instruct-HQ4_K \
|