File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1+ # Generated by Beam SDK
2+ .beamignore
3+ pyproject.toml
4+ .git
5+ .idea
6+ .python-version
7+ .vscode
8+ .venv
9+ venv
10+ __pycache__
11+ .DS_Store
12+ .config
13+ drive/MyDrive
14+ .coverage
15+ .pytest_cache
16+ .ipynb
17+ .ruff_cache
18+ .dockerignore
19+ .ipynb_checkpoints
20+ .env.local
21+ .envrc
22+ **/__pycache__/
23+ **/.pytest_cache/
24+ **/node_modules/
25+ **/.venv/
26+ *.pyc
27+ .next/
28+ .circleci
Original file line number Diff line number Diff line change 66 Image (python_version = "python3.10" )
77 .add_python_packages (
88 [
9- "vllm==0.6.3.post1 " ,
9+ "vllm" ,
1010 "fastapi[standard]==0.115.4" ,
1111 "huggingface_hub[hf-transfer]" ,
1212 ]
@@ -33,7 +33,7 @@ def generate():
3333 from vllm .entrypoints .openai .serving_completion import (
3434 OpenAIServingCompletion ,
3535 )
36- from vllm .entrypoints .openai .serving_engine import BaseModelPath
36+ from vllm .entrypoints .openai .serving_engine import BaseModel
3737 from vllm .usage .usage_lib import UsageContext
3838
3939 web_app = fastapi .FastAPI (
You can’t perform that action at this time.
0 commit comments