Skip to content

Commit

Permalink
Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Nov 8, 2024
1 parent 9d51935 commit 299819e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"orjson",
"requests",
"zstandard",
"aiohttp",
]
license = {file = "LICENSE"}

Expand Down Expand Up @@ -64,7 +65,10 @@ dev = [
"sphinx-autodoc-typehints==1.23.3",
"packaging",
"necessary",
"requests",
]

inference = [
"sglang[all]"
]

train = [
Expand Down

0 comments on commit 299819e

Please sign in to comment.