Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jan 17, 2024
1 parent fc7c363 commit f8f61f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/shark_studio/api/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ def __init__(

def compile(self) -> None:
# this comes with keys: "vmfb", "config", and "temp_file_to_unlink".
flags = [
"--iree-opt-const-expr-hoisting=False",
"--iree-opt-const-eval=False"
]
flags = ["--iree-opt-const-expr-hoisting=False", "--iree-opt-const-eval=False"]
if "cpu" in self.backend:
flags.extend(
[
Expand Down

0 comments on commit f8f61f8

Please sign in to comment.