We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2440bd0 commit b61e91cCopy full SHA for b61e91c
.gitmodules
@@ -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
@@ -7,7 +7,8 @@
7
packages=find_packages(),
8
python_requires=">=3.10",
9
install_requires=[
10
- "torch>=2.6",
+ "torch>=2.7",
11
+ "lighteval[math]==0.12.2"
12
],
13
ext_modules=[
14
CUDAExtension(
third_party/sglang
0 commit comments