"...git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "9ff29e248fcb6f17cc73aaabd9e30a25be016ea4"
Commit ca27f380 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

build: add ai-dynamo[all] option (#227)

parent d90286c5
......@@ -48,7 +48,15 @@ classifiers = [
]
keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
[project.urls]
Repository = "https://github.com/ai-dynamo/dynamo.git"
[project.optional-dependencies]
all = [
"vllm==0.7.2+dynamo",
"nixl",
]
vllm = [
"vllm==0.7.2+dynamo"
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment