Skip to content

Commit 7e3a830

Browse files
committed
Fix missing module
1 parent e66ff6a commit 7e3a830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_ascend_npu_torchtitan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
working-directory: torchtitan
119119
run: |
120120
mkdir artifacts-to-be-uploaded
121+
pip install tokenizers
121122
python -m tests.integration_tests.run_tests --test_name artifacts-to-be-uploaded --ngpu ${{ steps.check_npu.outputs.npu_count }} || true
122123
123124
- name: Run torchtitan unittest

0 commit comments

Comments
 (0)