mirror of https://github.com/vllm-project/vllm
fix req-test
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
5d3c4ae45e
commit
50f73aa235
|
@ -28,7 +28,7 @@ matplotlib # required for qwen-vl test
|
|||
mistral_common[opencv] >= 1.5.0 # required for pixtral test
|
||||
datamodel_code_generator # required for minicpm3 test
|
||||
lm-eval[api]==0.4.4 # required for model evaluation test
|
||||
transformers==4.48.2
|
||||
transformers==4.49.0
|
||||
# quantization
|
||||
bitsandbytes>=0.45.0
|
||||
buildkite-test-collector==0.1.9
|
||||
|
|
|
@ -630,7 +630,7 @@ tqdm==4.66.6
|
|||
# transformers
|
||||
tqdm-multiprocess==0.0.11
|
||||
# via lm-eval
|
||||
transformers==4.48.2
|
||||
transformers==4.49.0
|
||||
# via
|
||||
# -r requirements-test.in
|
||||
# genai-perf
|
||||
|
|
Loading…
Reference in New Issue