Update params.json
Browse files- params.json +2 -1
params.json
CHANGED
@@ -8,5 +8,6 @@
|
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 131072,
|
10 |
"rope_theta": 1000000.0,
|
11 |
-
"quantization": {"qformat_weight": "fp8_e4m3"}
|
|
|
12 |
}
|
|
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 131072,
|
10 |
"rope_theta": 1000000.0,
|
11 |
+
"quantization": {"qformat_weight": "fp8_e4m3"},
|
12 |
+
"max_position_embeddings": 131072
|
13 |
}
|