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 972eff9 commit b515196Copy full SHA for b515196
.github/workflows/_linux-build.yml
@@ -253,6 +253,11 @@ jobs:
253
-e HUGGING_FACE_HUB_TOKEN \
254
-e SCRIBE_GRAPHQL_ACCESS_TOKEN \
255
-e USE_SPLIT_BUILD \
256
+ --memory="${TOTAL_AVAILABLE_MEMORY_IN_GB%.*}g" \
257
+ --memory-swap="${TOTAL_MEMORY_WITH_SWAP}g" \
258
+ --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \
259
+ --security-opt seccomp=unconfined \
260
+ --cap-add=SYS_PTRACE \
261
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
262
263
END_TIME=$(date +%s)
0 commit comments