Text Generation
Transformers
PyTorch
English
llama
sft
Inference Endpoints
text-generation-inference
jordiclive commited on
Commit
3ca521b
1 Parent(s): a7d6df4

Update config.json

Browse files

change pretraining_tp

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -16,7 +16,7 @@
16
  "num_hidden_layers": 40,
17
  "num_key_value_heads": 40,
18
  "pad_token_id": 0,
19
- "pretraining_tp": 2,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": {
22
  "factor": 2.0,
 
16
  "num_hidden_layers": 40,
17
  "num_key_value_heads": 40,
18
  "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": {
22
  "factor": 2.0,