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 86dca07 commit 4d2aec6Copy full SHA for 4d2aec6
.buildkite/scripts/hardware_ci/run-amd-test.sh
@@ -186,6 +186,7 @@ if [[ $commands == *"--shard-id="* ]]; then
186
--device /dev/kfd $BUILDKITE_AGENT_META_DATA_RENDER_DEVICES \
187
--network=host \
188
--shm-size=16gb \
189
+ --group-add $(getent group render | cut -d: -f3) \
190
--rm \
191
-e HIP_VISIBLE_DEVICES="${GPU}" \
192
-e HF_TOKEN \
@@ -217,8 +218,8 @@ else
217
218
219
220
221
222
- -e HIP_VISIBLE_DEVICES=0 \
223
224
-e AWS_ACCESS_KEY_ID \
225
-e AWS_SECRET_ACCESS_KEY \
0 commit comments