There was an error while loading. Please reload this page.
1 parent 68172a7 commit 1f833f9Copy full SHA for 1f833f9
1 file changed
.github/workflows/unit_tests.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Find suitable GPU
174
run: |
175
- gpu_id=$(curl -s "http://10.0.14.248/gpu/get?id=${{ github.run_id }}×tamp=$(date +%s%3N)&runner=${RUNNER_NAME}&force=1")
+ gpu_id=$(curl -s "http://10.0.14.249/gpu/get?id=${{ github.run_id }}×tamp=$(date +%s%3N)&runner=${RUNNER_NAME}&force=1")
176
echo "CUDA_VISIBLE_DEVICES=$gpu_id" >> $GITHUB_ENV
177
echo "CUDA_VISIBLE_DEVICES=$gpu_id"
178
0 commit comments