Skip to content

Commit b61e91c

Browse files
submodule sglang
1 parent 2440bd0 commit b61e91c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "third_party/sglang"]
2+
path = third_party/sglang
3+
url = https://github.com/dreaming-panda/sglang.git
4+
branch = graph

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
packages=find_packages(),
88
python_requires=">=3.10",
99
install_requires=[
10-
"torch>=2.6",
10+
"torch>=2.7",
11+
"lighteval[math]==0.12.2"
1112
],
1213
ext_modules=[
1314
CUDAExtension(

third_party/sglang

Submodule sglang added at e383c0f

0 commit comments

Comments
 (0)