ford442 commited on
Commit
264e09c
·
verified ·
1 Parent(s): 5162326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def load_and_prepare_model():
192
  return pipe
193
 
194
  hidet.option.parallel_build(True)
195
- hidet.option.parallel_tune(1,2.5)
196
  #hidet.torch.dynamo_config.steal_weights(False)
197
  torch._dynamo.config.suppress_errors = True
198
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
 
192
  return pipe
193
 
194
  hidet.option.parallel_build(True)
195
+ hidet.option.parallel_tune(2,2.0)
196
  #hidet.torch.dynamo_config.steal_weights(False)
197
  torch._dynamo.config.suppress_errors = True
198
  torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)