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 ff3f9f5 commit 265cb67Copy full SHA for 265cb67
.github/workflows/_ascend_npu_torchtitan.yml
@@ -122,6 +122,6 @@ jobs:
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
125
- working-directory: torchtitan·
+ working-directory: torchtitan
126
run: |
127
pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments