razmars commited on
Commit
c15d2e4
·
verified ·
1 Parent(s): 5969221

Update configuration_super_linear.py

Browse files
Files changed (1) hide show
  1. configuration_super_linear.py +1 -1
configuration_super_linear.py CHANGED
@@ -54,7 +54,7 @@ class SuperLinearConfig(PretrainedConfig):
54
  noisy_gating_std_decay = 1,
55
  torch_dtype = "float32",
56
  transformers_version = "4.40.1",
57
- use_fft = 1
58
  **kwargs, # any extra CLI args
59
  ):
60
  self.seq_len = seq_len
 
54
  noisy_gating_std_decay = 1,
55
  torch_dtype = "float32",
56
  transformers_version = "4.40.1",
57
+ use_fft = 1,
58
  **kwargs, # any extra CLI args
59
  ):
60
  self.seq_len = seq_len