Skip to content

Commit 852a33e

Browse files
committed
Update objcopy and increase timeout for test-gpu-aoti (#507)
1 parent 41b1d8d commit 852a33e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,17 @@ jobs:
194194
runner: linux.g5.4xlarge.nvidia.gpu
195195
gpu-arch-type: cuda
196196
gpu-arch-version: "12.1"
197+
timeout: 60
197198
script: |
198199
echo "::group::Print machine info"
199200
nvidia-smi
200201
echo "::endgroup::"
201202
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+
202208
echo "::group::Install required packages"
203209
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
204210
pip install -r ./requirements.txt

0 commit comments

Comments
 (0)