mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 22:05:44 +08:00
[Bugfix] Fix CI bitsandbytes failure (#19969)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
parent
b82e0f82cb
commit
a6e6604d32
@ -159,6 +159,7 @@ def test_4bit_bnb_embedding_model(
|
||||
with vllm_runner(model_name,
|
||||
task="embed",
|
||||
dtype=dtype,
|
||||
gpu_memory_utilization=0.5,
|
||||
quantization="bitsandbytes") as vllm_model:
|
||||
vllm_outputs = vllm_model.encode(example_prompts)
|
||||
check_embeddings_close(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user