Unverified Commit 76fd458a authored by wang.yuqi's avatar wang.yuqi Committed by GitHub
Browse files

[CI] Bump sentence-transformer from 3.2.1 to 5.2.0 (#31664)


Signed-off-by: default avatarwang.yuqi <yuqi.wang@daocloud.io>
parent e2701cc5
...@@ -17,7 +17,7 @@ vocos # required for minicpmo_26 test ...@@ -17,7 +17,7 @@ vocos # required for minicpmo_26 test
peft peft
pqdm pqdm
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests sentence-transformers>=5.2.0 # required for embedding tests
soundfile # required for audio tests soundfile # required for audio tests
jiwer # required for audio tests jiwer # required for audio tests
timm # required for internvl test timm # required for internvl test
......
...@@ -19,7 +19,7 @@ vocos # required for minicpmo_26 test ...@@ -19,7 +19,7 @@ vocos # required for minicpmo_26 test
peft>=0.15.0 # required for phi-4-mm test peft>=0.15.0 # required for phi-4-mm test
pqdm pqdm
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests sentence-transformers>=5.2.0 # required for embedding tests
soundfile # required for audio tests soundfile # required for audio tests
jiwer # required for audio tests jiwer # required for audio tests
tblib # for pickling test exceptions tblib # for pickling test exceptions
......
...@@ -723,7 +723,6 @@ pillow==10.4.0 ...@@ -723,7 +723,6 @@ pillow==10.4.0
# perceptron # perceptron
# scikit-image # scikit-image
# segmentation-models-pytorch # segmentation-models-pytorch
# sentence-transformers
# torchgeo # torchgeo
# torchvision # torchvision
platformdirs==4.3.6 platformdirs==4.3.6
...@@ -1023,7 +1022,7 @@ segmentation-models-pytorch==0.4.0 ...@@ -1023,7 +1022,7 @@ segmentation-models-pytorch==0.4.0
# via # via
# terratorch # terratorch
# torchgeo # torchgeo
sentence-transformers==3.2.1 sentence-transformers==5.2.0
# via # via
# -r requirements/test.in # -r requirements/test.in
# mteb # mteb
...@@ -1263,6 +1262,7 @@ typing-extensions==4.15.0 ...@@ -1263,6 +1262,7 @@ typing-extensions==4.15.0
# pydantic-core # pydantic-core
# pydantic-extra-types # pydantic-extra-types
# pytorch-lightning # pytorch-lightning
# sentence-transformers
# sqlalchemy # sqlalchemy
# torch # torch
# torchgeo # torchgeo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment