Skip to content

Commit

Permalink
Fix small typo in cuda compile flags. (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Dec 10, 2023
1 parent 9395248 commit 09d6db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/turbine_models/custom_models/sd_inference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def compile_to_vmfb(module_str, device, target_triple, max_alloc, safe_name):
"--iree-hal-target-backends=cuda",
"--iree-hal-cuda-llvm-target-arch=" + target_triple,
"--iree-vm-bytecode-module-strip-source-map=true",
"--iree-vm-target-truncate-unsupsported-floats",
"--iree-vm-target-truncate-unsupported-floats",
]
)
else:
Expand Down

0 comments on commit 09d6db9

Please sign in to comment.