Skip to content

Commit e069abf

Browse files
authored
Downgrade paddlepaddle and paddle-iluvatar-gpu versions
1 parent ad64eb3 commit e069abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iluvatar-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
run: |
8080
set -euxo pipefail
8181
pip install func_timeout pandas pebble pynvml pyyaml
82-
python -m pip install paddlepaddle==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
83-
python -m pip install paddle-iluvatar-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/ixuca/
82+
python -m pip install paddlepaddle==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
83+
python -m pip install paddle-iluvatar-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/ixuca/
8484
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
8585
8686
- name: Run EngineV2 (download on iluvatar-gpu-2-1)

0 commit comments

Comments
 (0)