diff --git a/apps/shark_studio/api/llm.py b/apps/shark_studio/api/llm.py index a9dd3e5aeb..c0a915e6c9 100644 --- a/apps/shark_studio/api/llm.py +++ b/apps/shark_studio/api/llm.py @@ -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( [