Skip to content

Commit 0af4ac4

Browse files
Small fix
1 parent a782946 commit 0af4ac4

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
@@ -448,7 +448,7 @@ jobs:
448448
449449
# TODO: Remove this workaround
450450
if [[ '${{ matrix.pytorch-version }}' == '2.6' ]]; then
451-
python -m pip uninstall
451+
python -m pip install transformers==4.37.0
452452
fi
453453
454454
- name: Get Langchain version

0 commit comments

Comments
 (0)