Skip to content

Commit b10ad8d

Browse files
eagarvey-amdsaienduri
authored andcommitted
Update unet script for compile function signature change
1 parent aff48ab commit b10ad8d

File tree

1 file changed

+1
-1
lines changed
  • models/turbine_models/custom_models/sdxl_inference

1 file changed

+1
-1
lines changed

models/turbine_models/custom_models/sdxl_inference/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def export_unet_model(
208208
mlir_source="file",
209209
return_path=not exit_on_vmfb,
210210
attn_spec=attn_spec,
211-
flagset_keyword=["punet"] if use_punet else [],
211+
flagset_keywords=["punet"] if use_punet else [],
212212
)
213213
return vmfb_path
214214
elif use_punet:

0 commit comments

Comments
 (0)