juliendenize commited on
Commit
6779aca
·
verified ·
1 Parent(s): 60061c7

Update params.json

Browse files
Files changed (1) hide show
  1. 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
  }