You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# # TODO(jackzhxng): Runner consistently runs out of memory before test finishes. Try to find a more powerful runner.
274
260
# test-llava-runner-macos:
@@ -406,6 +392,10 @@ jobs:
406
392
echo "::endgroup::"
407
393
408
394
echo "::group::Set up HuggingFace Dependencies"
395
+
if [ -z "$SECRET_EXECUTORCH_HF_TOKEN" ]; then
396
+
echo "::error::SECRET_EXECUTORCH_HF_TOKEN is empty. For security reason secrets won't be accessible on forked PRs. Please make sure you submit a non-forked PR."
0 commit comments