prince-canuma
commited on
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -67,6 +67,10 @@
|
|
67 |
"model_type": "llava-qwen2",
|
68 |
"num_attention_heads": 16,
|
69 |
"num_hidden_layers": 24,
|
|
|
|
|
|
|
|
|
70 |
"num_key_value_heads": 16,
|
71 |
"rms_norm_eps": 1e-06,
|
72 |
"rope_theta": 1000000.0,
|
|
|
67 |
"model_type": "llava-qwen2",
|
68 |
"num_attention_heads": 16,
|
69 |
"num_hidden_layers": 24,
|
70 |
+
"quantization": {
|
71 |
+
"group_size": 64,
|
72 |
+
"bits": 4
|
73 |
+
},
|
74 |
"num_key_value_heads": 16,
|
75 |
"rms_norm_eps": 1e-06,
|
76 |
"rope_theta": 1000000.0,
|