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
a8b0361c
Unverified
Commit
a8b0361c
authored
Sep 11, 2025
by
wang.yuqi
Committed by
GitHub
Sep 11, 2025
Browse files
[CI] Split pooling from entrypoints Test (#24632)
Signed-off-by:
wang.yuqi
<
noooop@126.com
>
parent
ed5ae4aa
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tests/entrypoints/pooling/openai/test_vision_embedding.py
tests/entrypoints/pooling/openai/test_vision_embedding.py
+1
-2
No files found.
tests/entrypoints/openai/test_vision_embedding.py
→
tests/entrypoints/
pooling/
openai/test_vision_embedding.py
View file @
a8b0361c
...
...
@@ -7,11 +7,10 @@ import pytest
import
requests
from
transformers
import
AutoProcessor
from
tests.utils
import
VLLM_PATH
,
RemoteOpenAIServer
from
vllm.entrypoints.openai.protocol
import
EmbeddingResponse
from
vllm.multimodal.utils
import
encode_image_base64
,
fetch_image
from
...utils
import
VLLM_PATH
,
RemoteOpenAIServer
MODEL_NAME
=
"TIGER-Lab/VLM2Vec-Full"
MAXIMUM_IMAGES
=
2
...
...
Prev
1
2
Next
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