Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a6e6604d
Unverified
Commit
a6e6604d
authored
Jun 23, 2025
by
Jee Jee Li
Committed by
GitHub
Jun 23, 2025
Browse files
[Bugfix] Fix CI bitsandbytes failure (#19969)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
b82e0f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/quantization/test_bitsandbytes.py
tests/quantization/test_bitsandbytes.py
+1
-0
No files found.
tests/quantization/test_bitsandbytes.py
View file @
a6e6604d
...
@@ -159,6 +159,7 @@ def test_4bit_bnb_embedding_model(
...
@@ -159,6 +159,7 @@ def test_4bit_bnb_embedding_model(
with
vllm_runner
(
model_name
,
with
vllm_runner
(
model_name
,
task
=
"embed"
,
task
=
"embed"
,
dtype
=
dtype
,
dtype
=
dtype
,
gpu_memory_utilization
=
0.5
,
quantization
=
"bitsandbytes"
)
as
vllm_model
:
quantization
=
"bitsandbytes"
)
as
vllm_model
:
vllm_outputs
=
vllm_model
.
encode
(
example_prompts
)
vllm_outputs
=
vllm_model
.
encode
(
example_prompts
)
check_embeddings_close
(
check_embeddings_close
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment