Skip to content

Commit 7752561

Browse files
authored
[Feature] Better batching in LLM Wrappers (#3104)
1 parent db9d283 commit 7752561

File tree

5 files changed

+775
-239
lines changed

5 files changed

+775
-239
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ llm = [
8989
"einops",
9090
"safetensors",
9191
]
92+
dev = [
93+
"pre-commit",
94+
"autoflake",
95+
]
9296

9397
[project.urls]
9498
Homepage = "https://github.com/pytorch/rl"

0 commit comments

Comments
 (0)