We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c4ac2 commit 61bb4efCopy full SHA for 61bb4ef
models/turbine_models/tests/sdxl_test.py
@@ -141,8 +141,7 @@ def test00_compile_pipe(self):
141
self.pipe.use_punet = True
142
self.pipe.use_i8_punet = True
143
self.pipe.setup_punet()
144
- if arguments["iree_target_triple"] != "gfx942":
145
- self.pipe.map["unet"]["export_args"]["attn_spec"] = None
+ self.pipe.map["unet"]["export_args"]["attn_spec"] = None
146
self.pipe.prepare_all()
147
self.pipe.load_map()
148
output = self.pipe.generate_images(
0 commit comments