We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc9a94 commit 3f891aaCopy full SHA for 3f891aa
README.md
@@ -3,8 +3,16 @@
3
4
## install
5
6
+quick install (only will work when repo got open source)
7
```
8
+curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/genesys/main/scripts/install/install.sh | bash
9
+```
10
+
11
12
+curl -LsSf https://astral.sh/uv/install.sh | sh
13
+source $HOME/.local/bin/env
14
git clone git@github.com:PrimeIntellect-ai/genesys.git
15
+cd genesys
16
uv sync --extra sglang
17
18
0 commit comments