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 26ad3a4 commit 2c0a5c6Copy full SHA for 2c0a5c6
.github/workflows/llm_unit_tests.yml
@@ -425,7 +425,7 @@ jobs:
425
bash python/llm/test/run-llm-inference-tests-gpu.sh
426
427
- name: Run LLM example tests
428
- if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
+ if: ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
429
shell: bash
430
run: |
431
python -m pip uninstall datasets -y
0 commit comments