We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad64eb3 commit e069abfCopy full SHA for e069abf
.github/workflows/iluvatar-gpu.yml
@@ -79,8 +79,8 @@ jobs:
79
run: |
80
set -euxo pipefail
81
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/
+ python -m pip install paddlepaddle==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
+ python -m pip install paddle-iluvatar-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/ixuca/
84
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
85
86
- name: Run EngineV2 (download on iluvatar-gpu-2-1)
0 commit comments