Skip to content

Commit 8266648

Browse files
[ci] fix transformers version in prtest (#3584)
* Update pr_ete_test.yml * Update pr_ete_test.yml * Update pr_ete_test.yml
1 parent 8b4bfa7 commit 8266648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_ete_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
make -j$(nproc) && make install && cd .. && rm -rf openmpi-4.1.5*
6969
export PATH=$PATH:/usr/local/openmpi/bin
7070
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openmpi/lib
71-
python3 -m pip install cmake packaging wheel transformers_stream_generator transformers datasets openai einops timm decord
71+
python3 -m pip install cmake packaging wheel transformers_stream_generator transformers==4.51.3 datasets openai einops timm decord
7272
python3 -m pip install -r requirements_cuda.txt -r requirements/test.txt -r requirements/build.txt
7373
mkdir -p build && cd build &&\
7474
sh ../generate.sh &&\

0 commit comments

Comments
 (0)