Add rope theta for quantized model
Browse files- config.json +1 -0
config.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
"n_kv_heads": 8,
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 32000,
|
|
|
10 |
"quantization": {
|
11 |
"group_size": 64,
|
12 |
"bits": 4
|
|
|
7 |
"n_kv_heads": 8,
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 32000,
|
10 |
+
"rope_theta": 1000000.0,
|
11 |
"quantization": {
|
12 |
"group_size": 64,
|
13 |
"bits": 4
|