Skip to content

Commit

Permalink
Add sentence_transformers to CI dependency (sgl-project#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Nov 8, 2024
1 parent f9a377f commit 7ef0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Install the dependency in CI.

pip install --upgrade pip
pip install -e "python[all]"
pip install transformers==4.45.2
pip install transformers==4.45.2 sentence_transformers
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ --force-reinstall

0 comments on commit 7ef0084

Please sign in to comment.