Use public Hugging Face model IDs
#1
by genggng - opened
- llama2-7b/config.yaml +1 -1
- qwen3-14B/config.yaml +1 -1
- qwen3-32B/config.yaml +1 -1
- qwen3-4b/config.yaml +1 -1
- qwen3-8b/config.yaml +1 -1
- qwen3-moe-235B-A22B/config.yaml +1 -1
- qwen3-moe-30B-A3B/config.yaml +1 -1
llama2-7b/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: meta-llama/Llama-2-7b-hf
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-14B/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-14B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-32B/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-32B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-4b/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-4B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-8b/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-8B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-moe-235B-A22B/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-235B-A22B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
qwen3-moe-30B-A3B/config.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model and quantization
|
| 2 |
-
model:
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|
|
|
|
| 1 |
# Model and quantization
|
| 2 |
+
model: Qwen/Qwen3-30B-A3B
|
| 3 |
wbits: 1
|
| 4 |
abits: 16
|
| 5 |
group_size: 128
|