Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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(2)
|
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
|