Skip to content

Commit

Permalink
Skip example UT for pytorch 2.6 RC for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Jan 21, 2025
1 parent 26ad3a4 commit 2c0a5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ jobs:
bash python/llm/test/run-llm-inference-tests-gpu.sh
- name: Run LLM example tests
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
shell: bash
run: |
python -m pip uninstall datasets -y
Expand Down

0 comments on commit 2c0a5c6

Please sign in to comment.