ci_install_dependency.sh 213 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
7
8
pip install --upgrade pip
pip install -e "python[all]"
pip install transformers==4.45.2
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ --force-reinstall