Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-npu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ peft
pyarrow>=15.0.0
pybind11
pylatexenc
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
transformers==4.52.4
ray==2.46.0
wandb
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pybind11
pylatexenc
pre-commit
ray[default]
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
torchdata
transformers
# vllm==0.8.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_sglang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pyarrow>=19.0.0
pybind11
pylatexenc
ray[default]>=2.10
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
torchdata
torchvision
transformers
Expand Down
Loading