mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-02 15:24:28 +08:00
[Bugfix][CI/Build] Update peft version in test requirement (#21729)
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
This commit is contained in:
parent
bccc43c033
commit
31084b3b1f
@ -15,7 +15,7 @@ httpx
|
|||||||
librosa # required for audio tests
|
librosa # required for audio tests
|
||||||
vector_quantize_pytorch # required for minicpmo_26 test
|
vector_quantize_pytorch # required for minicpmo_26 test
|
||||||
vocos # required for minicpmo_26 test
|
vocos # required for minicpmo_26 test
|
||||||
peft
|
peft>=0.15.0 # required for phi-4-mm test
|
||||||
pqdm
|
pqdm
|
||||||
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
|
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
|
||||||
sentence-transformers # required for embedding tests
|
sentence-transformers # required for embedding tests
|
||||||
|
|||||||
@ -661,7 +661,7 @@ pathvalidate==3.2.1
|
|||||||
# via pytablewriter
|
# via pytablewriter
|
||||||
patsy==1.0.1
|
patsy==1.0.1
|
||||||
# via statsmodels
|
# via statsmodels
|
||||||
peft==0.13.2
|
peft==0.16.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/test.in
|
# -r requirements/test.in
|
||||||
# lm-eval
|
# lm-eval
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user