Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
Run with llama.cpp
|
| 7 |
+
```sh
|
| 8 |
+
llama-cli -m Qwen3-Coder-30B-A3B-Instruct-2507-MXFP4_MOE.gguf
|
| 9 |
+
```
|