jbilcke-hf HF Staff commited on
Commit
eeb108a
·
1 Parent(s): 363fc2a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -153,7 +153,8 @@ APP_STATE = {
153
  }
154
 
155
  # I've tried to enable it, but I didn't notice a significant performance improvement..
156
- ENABLE_TORCH_COMPILATION = True
 
157
 
158
  # “default”: The default mode, used when no mode parameter is specified. It provides a good balance between performance and overhead.
159
  # “reduce-overhead”: Minimizes Python-related overhead using CUDA graphs. However, it may increase memory usage.
 
153
  }
154
 
155
  # I've tried to enable it, but I didn't notice a significant performance improvement..
156
+ # and it outputs a lot of errors in the logs :D
157
+ ENABLE_TORCH_COMPILATION = False
158
 
159
  # “default”: The default mode, used when no mode parameter is specified. It provides a good balance between performance and overhead.
160
  # “reduce-overhead”: Minimizes Python-related overhead using CUDA graphs. However, it may increase memory usage.