Bump agentops, pin verl (#90)

This commit is contained in:
Yuge Zhang
2025-09-12 19:14:53 -07:00
committed by GitHub
parent bd6c62dd7c
commit 5724f63cfc
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies = [
"psutil",
"setproctitle",
"flask",
"agentops<=0.4.18",
"agentops<=0.4.21",
"httpdbg",
"uvicorn",
"fastapi",
+4 -6
View File
@@ -6,12 +6,10 @@ pip install --no-cache-dir packaging ninja numpy pandas ipython ipykernel gdown
# This has to be pinned for VLLM to work.
pip install --no-cache-dir torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu128
pip install --no-cache-dir flash-attn --no-build-isolation
pip install --no-cache-dir vllm
git clone https://github.com/volcengine/verl
cd verl
pip install --no-cache-dir -e .
cd ..
# This must match pytorch version.
pip install --no-cache-dir vllm==0.10.1.1
# Latest VERL release version.
pip install --no-cache-dir verl
pip install --no-cache-dir -e .[dev,agent]
# Upgrade agentops to the latest version