Skip to content

Commit 9c8c8d6

Browse files
fialhocoelhodtrifiro
authored andcommitted
Bump vllm to 0.6.6.post1
Signed-off-by: Jefferson Fialho <[email protected]>
1 parent c51e107 commit 9c8c8d6

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pyv: ["3.12"]
3333
vllm_version:
3434
# - "" # skip the pypi version as it will not work on CPU
35-
- "git+https://github.com/vllm-project/[email protected].4"
35+
- "git+https://github.com/vllm-project/[email protected].6.post1"
3636
- "git+https://github.com/vllm-project/vllm@main"
3737
- "git+https://github.com/opendatahub-io/vllm@main"
3838

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">=3.9"
2727
dynamic = ["version"]
2828
dependencies = [
29-
"vllm>=0.6.4",
29+
"vllm>=0.6.6.post1",
3030
"prometheus_client==0.21.0",
3131
"grpcio==1.67.0",
3232
"grpcio-health-checking==1.62.2",

src/vllm_tgis_adapter/grpc/grpc_server.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@
6262
from grpc.aio import ServicerContext
6363
from vllm import CompletionOutput, RequestOutput
6464
from vllm.config import ModelConfig
65-
66-
try:
67-
from vllm.engine.protocol import EngineClient
68-
except ImportError:
69-
# fallback for versions <=v0.6.1.post2
70-
from vllm.engine.protocol import AsyncEngineClient as EngineClient
65+
from vllm.engine.protocol import EngineClient
7166
from vllm.lora.request import LoRARequest
7267
from vllm.sequence import Logprob
7368
from vllm.transformers_utils.tokenizer import AnyTokenizer

0 commit comments

Comments
 (0)