We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2daf22 commit ca606b6Copy full SHA for ca606b6
.github/workflows/pull.yml
@@ -194,11 +194,17 @@ jobs:
194
runner: linux.g5.4xlarge.nvidia.gpu
195
gpu-arch-type: cuda
196
gpu-arch-version: "12.1"
197
+ timeout: 60
198
script: |
199
echo "::group::Print machine info"
200
nvidia-smi
201
echo "::endgroup::"
202
203
+ echo "::group::Install newer objcopy that supports --set-section-alignment"
204
+ yum install -y devtoolset-10-binutils
205
+ export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
206
+ echo "::endgroup::"
207
+
208
echo "::group::Install required packages"
209
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
210
pip install -r ./requirements.txt
0 commit comments