ford442 commited on
Commit
1c5a522
·
verified ·
1 Parent(s): cacc567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock
181
 
182
 
183
  # more search
184
- hidet.torch.dynamo_config.search_space(0)
185
  #hidet.torch.dynamo_config.dump_graph_ir("./local_graph")
186
  hidet.option.cache_dir("local_cache")
187
  # automatically transform the model to use float16 data type
 
181
 
182
 
183
  # more search
184
+ hidet.torch.dynamo_config.search_space(1)
185
  #hidet.torch.dynamo_config.dump_graph_ir("./local_graph")
186
  hidet.option.cache_dir("local_cache")
187
  # automatically transform the model to use float16 data type