ford442 commited on
Commit
b9de979
·
verified ·
1 Parent(s): 79c575b

Update app.py

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