Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreymeetkai committed Nov 5, 2024
1 parent d893456 commit 0944d7c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,10 @@ packages = ["functionary"]

[project.optional-dependencies]
vllm = [
"transformers==4.43.3",
"accelerate~=0.21.0",
"sentencepiece~=0.1.99",
"fastapi~=0.111.0",
"uvicorn~=0.23.1",
"pydantic~=2.6.0",
"scipy~=1.11.1",
"vllm==0.6.3.post1; sys_platform != 'darwin'",
"jsonref~=1.1.0",
"requests~=2.31.0",
"PyYAML~=6.0.1",
"protobuf==3.20.0",
"tokenizers==0.19.1",
"vllm==0.5.4; sys_platform != 'darwin'",
"json_source_map==1.0.5",
"jinja2==3.1.4",
"PyYAML~=6.0.1",
]
sglang = [
"jsonref~=1.1.0",
Expand Down

0 comments on commit 0944d7c

Please sign in to comment.