maxall4 commited on
Commit
bb6b053
1 Parent(s): b87e4df

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -82,9 +82,9 @@
82
  "transformers_version": null,
83
  "use_cache": true,
84
  "use_flash_attn": true,
85
- "use_flash_depthwise": false,
86
- "use_flash_rmsnorm": false,
87
- "use_flashfft": false,
88
  "use_interpolated_rotary_pos_emb": true,
89
  "vocab_size": 512
90
  }
 
82
  "transformers_version": null,
83
  "use_cache": true,
84
  "use_flash_attn": true,
85
+ "use_flash_depthwise": true,
86
+ "use_flash_rmsnorm": true,
87
+ "use_flashfft": true,
88
  "use_interpolated_rotary_pos_emb": true,
89
  "vocab_size": 512
90
  }