Skip to content

Commit

Permalink
Bump vllm to 0.6.6.post1
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson Fialho <[email protected]>
  • Loading branch information
fialhocoelho authored and dtrifiro committed Jan 8, 2025
1 parent c51e107 commit 35cda34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pyv: ["3.12"]
vllm_version:
# - "" # skip the pypi version as it will not work on CPU
- "git+https://github.com/vllm-project/[email protected].4"
- "git+https://github.com/vllm-project/[email protected].6.post1"
- "git+https://github.com/vllm-project/vllm@main"
- "git+https://github.com/opendatahub-io/vllm@main"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"vllm>=0.6.4",
"vllm>=0.6.6.post1",
"prometheus_client==0.21.0",
"grpcio==1.67.0",
"grpcio-health-checking==1.62.2",
Expand Down
7 changes: 1 addition & 6 deletions src/vllm_tgis_adapter/grpc/grpc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@
from grpc.aio import ServicerContext
from vllm import CompletionOutput, RequestOutput
from vllm.config import ModelConfig

try:
from vllm.engine.protocol import EngineClient
except ImportError:
# fallback for versions <=v0.6.1.post2
from vllm.engine.protocol import AsyncEngineClient as EngineClient
from vllm.engine.protocol import EngineClient
from vllm.lora.request import LoRARequest
from vllm.sequence import Logprob
from vllm.transformers_utils.tokenizer import AnyTokenizer
Expand Down

0 comments on commit 35cda34

Please sign in to comment.