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 = [ ...@@ -48,7 +48,15 @@ classifiers = [
] ]
keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"] keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
[project.urls]
Repository = "https://github.com/ai-dynamo/dynamo.git"
[project.optional-dependencies] [project.optional-dependencies]
all = [
"vllm==0.7.2+dynamo",
"nixl",
]
vllm = [ vllm = [
"vllm==0.7.2+dynamo" "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