Files
sglang/scripts/ci_install_dependency.sh

9 lines
251 B
Bash
Raw Normal View History

2024-10-30 02:49:08 -07:00
"""
Install the dependency in CI.
"""
2024-10-26 04:32:36 -07:00
pip install --upgrade pip
pip install -e "python[all]"
2024-11-09 15:43:20 -08:00
pip install transformers==4.45.2 sentence_transformers accelerate peft
2024-10-26 04:32:36 -07:00
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ --force-reinstall