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 e66ff6a commit 7e3a830Copy full SHA for 7e3a830
.github/workflows/_ascend_npu_torchtitan.yml
@@ -118,6 +118,7 @@ jobs:
118
working-directory: torchtitan
119
run: |
120
mkdir artifacts-to-be-uploaded
121
+ pip install tokenizers
122
python -m tests.integration_tests.run_tests --test_name artifacts-to-be-uploaded --ngpu ${{ steps.check_npu.outputs.npu_count }} || true
123
124
- name: Run torchtitan unittest
0 commit comments