mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Fix orttraining-linux-gpu-ci-pipeline (fairscale dependency) (#12320)
authored by: @pengwa
This commit is contained in:
parent
51a799802a
commit
2b2367efbf
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ if [ $DEVICE_TYPE = "gpu" ]; then
|
|||
${PYTHON_EXE} -m pip install -r ${0/%install_python_deps.sh/training\/ortmodule\/stage2\/requirements.txt}
|
||||
else
|
||||
${PYTHON_EXE} -m pip install -r ${0/%install_python_deps.sh/training\/ortmodule\/stage1\/requirements_torch${TORCH_VERSION}_rocm${ROCM_VER}\/requirements.txt}
|
||||
${PYTHON_EXE} -m pip install fairscale
|
||||
${PYTHON_EXE} -m pip install fairscale==0.4.6
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ h5py
|
|||
wget
|
||||
pytorch-lightning==1.6.0
|
||||
deepspeed==0.3.15
|
||||
fairscale
|
||||
fairscale==0.4.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue