Compare commits

...

6 Commits

Author SHA1 Message Date
Yuge Zhang f8d697f725 fix conflict 2025-12-12 10:17:29 +08:00
Yuge Zhang 279cda2b37 Merge branch 'main' of github.com:microsoft/agent-lightning into chore/split-vllm-version 2025-12-12 10:09:25 +08:00
Yuge Zhang 2aa9a2c1a1 add comment 2025-12-10 22:19:52 +08:00
Yuge Zhang 54f6a7292f update uv lock 2025-12-10 22:17:39 +08:00
Yuge Zhang 117ed49f69 update pyproject toml 2025-12-10 22:10:47 +08:00
Yuge Zhang 870b577367 Split vllm 0.10.2 from 0.11.0 2025-12-10 21:01:36 +08:00
2 changed files with 2055 additions and 1853 deletions
+15
View File
@@ -122,6 +122,17 @@ torch-legacy = [
"litellm[proxy]==1.74.15",
]
# Specific vllm versions for compatibility testing or workarounds.
# Use these when you need a pinned vllm version separate from torch groups.
vllm-0-10-2 = [
{include-group = "torch-stable"},
"vllm==0.10.2",
]
vllm-0-11-0 = [
{include-group = "torch-stable"},
"vllm==0.11.0",
]
# Flash-attention must build with CUDA toolkit.
# Use this instead of --group torch-stable --group torch-gpu
torch-gpu-stable = [
@@ -234,6 +245,10 @@ conflicts = [
{ group = "torch-stable" },
{ group = "torch-legacy" },
],
[
{ group = "vllm-0-10-2" },
{ group = "vllm-0-11-0" },
],
# langchain >= 1.0 requires openai >= 1.109.1 (via langchain-openai),
# but torch-legacy uses vllm==0.9.2 which requires openai<=1.90.0
[
Generated
+2040 -1853
View File
File diff suppressed because one or more lines are too long