Kikinoking commited on
Commit
5c1ea40
·
verified ·
1 Parent(s): 15ee3b9

Upload Qwen3ForCausalLM

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "input_activations": {
11
  "num_bits": 8,
12
  "strategy": "tensor",
13
- "type": "float"
14
  },
15
  "targets": [
16
  "Linear"
@@ -18,7 +18,7 @@
18
  "weights": {
19
  "num_bits": 8,
20
  "strategy": "tensor",
21
- "type": "float"
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
  },