Skip to content

Commit

Permalink
pass --system
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed Dec 12, 2024
1 parent c0bee24 commit dcfa1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/modal/tests_bwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def liger_bwd_tests():
)
# force install transformers==4.44.2
subprocess.run(
["uv pip install transformers==4.44.2"],
["uv pip install transformers==4.44.2 --system"],
check=True,
shell=True,
cwd=REMOTE_ROOT_PATH,
Expand Down

0 comments on commit dcfa1f9

Please sign in to comment.