@@ -425,7 +425,7 @@ jobs:
425
425
bash python/llm/test/run-llm-inference-tests-gpu.sh
426
426
427
427
- 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
429
429
shell : bash
430
430
run : |
431
431
python -m pip uninstall datasets -y
@@ -442,6 +442,7 @@ jobs:
442
442
bash python/llm/test/run-llm-example-tests-gpu.sh
443
443
444
444
- name : Get Langchain version
445
+ if : ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
445
446
shell : bash
446
447
id : get_langchain_version
447
448
run : |
@@ -451,13 +452,15 @@ jobs:
451
452
echo "langchain_ver=$LANGCHAIN_REF" >> $GITHUB_OUTPUT
452
453
453
454
- name : Checkout Langchain repo
455
+ if : ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
454
456
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
455
457
with :
456
458
repository : " langchain-ai/langchain"
457
459
ref : ${{ join(steps.get_langchain_version.outputs.*, '\n') }}
458
460
path : langchain_upstream
459
461
460
462
- name : Run LLM langchain GPU test
463
+ if : ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
461
464
shell : bash
462
465
run : |
463
466
pip install -U langchain==0.0.184
@@ -478,6 +481,7 @@ jobs:
478
481
bash python/llm/test/run-langchain-upstream-tests.sh
479
482
480
483
- name : Run LLM llamaindex GPU test
484
+ if : ${{ matrix.pytorch-version != '2.6' }} # TODO: Enable this test for pytorch 2.6
481
485
shell : bash
482
486
run : |
483
487
pip install "llama-index-readers-file<0.2.0"
0 commit comments