Emaad commited on
Commit
5937e20
·
verified ·
1 Parent(s): 23ca735

set use_memory_efficient_attention to False by default

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "output_distribution_kwargs": {
16
  "k_components": 24
17
  },
18
- "use_memory_efficient_attention": true,
19
  "stabilize_with_global": true,
20
  "scale_factor_exponent": 10.0
21
  }
 
15
  "output_distribution_kwargs": {
16
  "k_components": 24
17
  },
18
+ "use_memory_efficient_attention": false,
19
  "stabilize_with_global": true,
20
  "scale_factor_exponent": 10.0
21
  }