soiz1 commited on
Commit
3637b84
·
verified ·
1 Parent(s): 64896d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import spaces
2
  import gradio as gr
3
 
 
1
+ import xformers.ops
2
+
3
+ xformers.ops.disable_autotuning() # オートチューニングを無効化
4
+
5
  import spaces
6
  import gradio as gr
7