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

Commit f9b640f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 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}

0 commit comments

Comments
 (0)