Skip to content

Commit

Permalink
Update llm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Dec 20, 2023
1 parent 66eaa3a commit e6dfc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/shark_studio/api/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def compile(self) -> None:
frontend="torch",
external_weight_file=self.external_weight_file,
write_to=self.vmfb_name,
extra_args=["--iree-global-opt-enable-quantized-matmul-reassociation"]
)
# TODO: delete the temp file

Expand Down

0 comments on commit e6dfc4b

Please sign in to comment.