ford442 commited on
Commit
c9a9d68
·
verified ·
1 Parent(s): 7df282f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def load_and_prepare_model():
208
 
209
  return pipe
210
 
211
- hidet.option.parallel_build(True)
212
  hidet.option.parallel_tune(2,2.0)
213
  #torch._dynamo.config.suppress_errors = True
214
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
 
208
 
209
  return pipe
210
 
211
+ hidet.option.parallel_build(False)
212
  hidet.option.parallel_tune(2,2.0)
213
  #torch._dynamo.config.suppress_errors = True
214
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)