Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit cb7bc1d

Browse files
committed
Fix eval sanity check CI
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent c454026 commit cb7bc1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
bash ${TORCHCHAT_ROOT}/.ci/scripts/wget_checkpoint.sh ${{ matrix.repo_name }} "${{ matrix.resources }}"
124124
- name: Run validation
125125
run: |
126+
# @NOCOMMIT Debug
126127
python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'
127128
pushd ${TORCHCHAT_ROOT}
128129
bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME}
@@ -395,6 +396,7 @@ jobs:
395396
gpu-arch-type: cuda
396397
gpu-arch-version: "12.1"
397398
script: |
399+
# @NOCOMMIT
398400
echo "::group::Print machine info"
399401
nvidia-smi
400402
echo "::endgroup::"

0 commit comments

Comments
 (0)