Skip to content

Commit

Permalink
Don't use punet spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Oct 3, 2024
1 parent e1c4ac2 commit 61bb4ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/turbine_models/tests/sdxl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ def test00_compile_pipe(self):
self.pipe.use_punet = True
self.pipe.use_i8_punet = True
self.pipe.setup_punet()
if arguments["iree_target_triple"] != "gfx942":
self.pipe.map["unet"]["export_args"]["attn_spec"] = None
self.pipe.map["unet"]["export_args"]["attn_spec"] = None
self.pipe.prepare_all()
self.pipe.load_map()
output = self.pipe.generate_images(
Expand Down

0 comments on commit 61bb4ef

Please sign in to comment.