Skip to content

Commit

Permalink
fix followup #2517
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Dec 19, 2024
1 parent 4b83db2 commit 2a458ac
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 @@ -10,7 +10,7 @@ pip install --upgrade pip
pip install -e "python[all]" --find-links https://flashinfer.ai/whl/cu121/torch2.4/flashinfer/

# Force reinstall flashinfer
pip install flashinfer --find-links ${FLASHINFER_REPO} --force-reinstall --no-deps
pip install flashinfer==0.1.6 --find-links ${FLASHINFER_REPO} --force-reinstall --no-deps

pip install transformers==4.45.2 sentence_transformers accelerate peft

Expand Down

0 comments on commit 2a458ac

Please sign in to comment.