Skip to content

Commit 126fa27

Browse files
authored
Pin vllm to 0.8.5 (#146)
0.9.0 isn't compatible for now.
1 parent 980684f commit 126fa27

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openpipe-art"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description = "The OpenPipe Agent Reinforcement Training (ART) library"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -13,7 +13,7 @@ dependencies = [
1313
"torchao>=0.9.0",
1414
"unsloth==2025.5.1 ; sys_platform == 'linux'",
1515
"unsloth-zoo==2025.5.1 ; sys_platform == 'linux'",
16-
"vllm>=0.8.5",
16+
"vllm==0.8.5.post1",
1717
"wandb>=0.19.8",
1818
"peft>=0.14.0",
1919
"typer>=0.15.2",

uv.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)