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 aff48ab commit b10ad8dCopy full SHA for b10ad8d
models/turbine_models/custom_models/sdxl_inference/unet.py
@@ -208,7 +208,7 @@ def export_unet_model(
208
mlir_source="file",
209
return_path=not exit_on_vmfb,
210
attn_spec=attn_spec,
211
- flagset_keyword=["punet"] if use_punet else [],
+ flagset_keywords=["punet"] if use_punet else [],
212
)
213
return vmfb_path
214
elif use_punet:
0 commit comments