ford442 commited on
Commit
ce19181
·
verified ·
1 Parent(s): 7bb7d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def load_and_prepare_model():
172
  return pipe
173
 
174
  hidet.option.parallel_build(True)
175
- hidet.option.parallel_tune(-1,1.0)
176
  #hidet.torch.dynamo_config.steal_weights(False)
177
  torch._dynamo.config.suppress_errors = True
178
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
 
172
  return pipe
173
 
174
  hidet.option.parallel_build(True)
175
+ #hidet.option.parallel_tune(-1,1.0)
176
  #hidet.torch.dynamo_config.steal_weights(False)
177
  torch._dynamo.config.suppress_errors = True
178
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)