Upload Qwen3ForCausalLM
Browse files- config.json +2 -2
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"input_activations": {
|
11 |
"num_bits": 8,
|
12 |
"strategy": "tensor",
|
13 |
-
"type": "
|
14 |
},
|
15 |
"targets": [
|
16 |
"Linear"
|
@@ -18,7 +18,7 @@
|
|
18 |
"weights": {
|
19 |
"num_bits": 8,
|
20 |
"strategy": "tensor",
|
21 |
-
"type": "
|
22 |
}
|
23 |
}
|
24 |
},
|
|
|
10 |
"input_activations": {
|
11 |
"num_bits": 8,
|
12 |
"strategy": "tensor",
|
13 |
+
"type": "int"
|
14 |
},
|
15 |
"targets": [
|
16 |
"Linear"
|
|
|
18 |
"weights": {
|
19 |
"num_bits": 8,
|
20 |
"strategy": "tensor",
|
21 |
+
"type": "int"
|
22 |
}
|
23 |
}
|
24 |
},
|