Skip to content

Commit

Permalink
Pin numpy<2 in vLLM image (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jun 18, 2024
1 parent f64c8d7 commit c942664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
).pip_install(
"vllm==0.2.6",
"torch==2.1.2",
"numpy<2", # To avoid vLLM ecosystem compatibility issues
)

app = modal.App(
Expand Down

0 comments on commit c942664

Please sign in to comment.