Face314 commited on
Commit
a372d57
·
verified ·
1 Parent(s): 6875866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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
+ ```