Skip to content

Commit

Permalink
Remove old rocm flags
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Apr 24, 2024
1 parent 6ba5d32 commit 5cfd7f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/turbine_models/custom_models/stateless_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ def evict_kvcache_space(self):
flags.extend(
[
"--iree-rocm-target-chip=" + target_triple,
"--iree-rocm-link-bc=true",
"--iree-vm-bytecode-module-strip-source-map=true",
"--iree-opt-strip-assertions=true",
"--iree-vm-target-truncate-unsupported-floats",
]
Expand Down

0 comments on commit 5cfd7f1

Please sign in to comment.