ci_install_dependency.sh 235 Bytes
Newer Older
Lianmin Zheng's avatar
Lianmin Zheng committed
1
2
3
4
"""
Install the dependency in CI.
"""

Lianmin Zheng's avatar
Lianmin Zheng committed
5
6
pip install --upgrade pip
pip install -e "python[all]"
7
pip install transformers==4.45.2 sentence_transformers
Lianmin Zheng's avatar
Lianmin Zheng committed
8
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ --force-reinstall