Skip to content

Commit 2c0a5c6

Browse files
Skip example UT for pytorch 2.6 RC for now
1 parent 26ad3a4 commit 2c0a5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llm_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
bash python/llm/test/run-llm-inference-tests-gpu.sh
426426
427427
- name: Run LLM example tests
428-
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
428+
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
429429
shell: bash
430430
run: |
431431
python -m pip uninstall datasets -y

0 commit comments

Comments
 (0)