mirror of https://github.com/InternLM/InternLM
Update daily_tests.yaml
parent
fe75871aca
commit
25f15c9da7
|
@ -42,7 +42,7 @@ jobs:
|
||||||
pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu118
|
pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu118
|
||||||
pip install /mnt/petrelfs/qa-caif-cicd/resource/flash_attn-2.5.8+cu118torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
pip install /mnt/petrelfs/qa-caif-cicd/resource/flash_attn-2.5.8+cu118torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
||||||
pip install sentencepiece auto-gptq==0.6.0 beautifulsoup4 decord lxml
|
pip install sentencepiece auto-gptq==0.6.0 beautifulsoup4 decord lxml
|
||||||
export LMDEPLOY_VERSION=0.5.1
|
export LMDEPLOY_VERSION=0.5.0
|
||||||
export PYTHON_VERSION=310
|
export PYTHON_VERSION=310
|
||||||
pip install https://github.com/InternLM/lmdeploy/releases/download/v${LMDEPLOY_VERSION}/lmdeploy-${LMDEPLOY_VERSION}+cu118-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux2014_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
|
pip install https://github.com/InternLM/lmdeploy/releases/download/v${LMDEPLOY_VERSION}/lmdeploy-${LMDEPLOY_VERSION}+cu118-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux2014_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
pip install lmdeploy[all]
|
pip install lmdeploy[all]
|
||||||
|
|
Loading…
Reference in New Issue