Skip to content

Commit cf6a173

Browse files
committed
add sglang as submodule
1 parent 584dc3b commit cf6a173

File tree

5 files changed

+93
-7
lines changed

5 files changed

+93
-7
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "third_party/sglang"]
2+
path = third_party/sglang
3+
url = git@github.com:PrimeIntellect-ai/sglang.git

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
1313
source $HOME/.local/bin/env
1414
git clone git@github.com:PrimeIntellect-ai/genesys.git
1515
cd genesys
16+
git submodule update --init --recursive
1617
uv sync --extra sglang
1718
```
1819

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ allow-direct-references = true # allow direct references to git repos in depende
3838
flashinfer = [
3939
{ index = "flash-infer"},
4040
]
41+
sglang = { path = "third_party/sglang/python", editable = true }
42+
4143

4244
[build-system]
4345
requires = ["hatchling"]

third_party/sglang

Submodule sglang added at e94fb7c

uv.lock

+86-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)