File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -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: remove this workaround
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: remove this workaround
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: remove this workaround
461
464
shell : bash
462
465
run : |
463
466
pip install -U langchain==0.0.184
You can’t perform that action at this time.
0 commit comments