shreyask commited on
Commit
ce84ec6
·
verified ·
1 Parent(s): c22e42a

fix: set kv_cache_dtype q4->float16 and torch_dtype float16

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "conv_bias": false,
18
  "conv_dim": 2048,
19
  "conv_use_xavier_init": true,
20
- "torch_dtype": "bfloat16",
21
  "eos_token_id": 7,
22
  "hidden_size": 2048,
23
  "initializer_range": 0.02,
@@ -64,6 +64,8 @@
64
  "model.onnx": 1,
65
  "model_q4.onnx": 1
66
  },
67
- "kv_cache_dtype": {}
 
 
68
  }
69
  }
 
17
  "conv_bias": false,
18
  "conv_dim": 2048,
19
  "conv_use_xavier_init": true,
20
+ "torch_dtype": "float16",
21
  "eos_token_id": 7,
22
  "hidden_size": 2048,
23
  "initializer_range": 0.02,
 
64
  "model.onnx": 1,
65
  "model_q4.onnx": 1
66
  },
67
+ "kv_cache_dtype": {
68
+ "q4": "float16"
69
+ }
70
  }
71
  }