jbilcke-hf HF Staff commited on
Commit
363fc2a
·
1 Parent(s): 16e7ddd

try to compile

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ APP_STATE = {
153
  }
154
 
155
  # I've tried to enable it, but I didn't notice a significant performance improvement..
156
- ENABLE_TORCH_COMPILATION = False
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
+ 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.