"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "c0652d907b2ee39d010598ec4c5f7f287fa41947"
Unverified Commit d710a973 authored by Ivan Bogatyy's avatar Ivan Bogatyy Committed by GitHub
Browse files

Merge pull request #2792 from strubell/patch-1

Add autograd v1.1.13 dependency to manual install
parents 4364390a 8f41813a
...@@ -111,6 +111,8 @@ source. You'll need to install: ...@@ -111,6 +111,8 @@ source. You'll need to install:
* `pip install asciitree` * `pip install asciitree`
* numpy, package for scientific computing: * numpy, package for scientific computing:
* `pip install numpy` * `pip install numpy`
* autograd 1.1.13, for automatic differentiation (not yet compatible with autograd v1.2 rewrite):
* `pip install autograd==1.1.13`
* pygraphviz to visualize traces and parse trees: * pygraphviz to visualize traces and parse trees:
* `apt-get install -y graphviz libgraphviz-dev` * `apt-get install -y graphviz libgraphviz-dev`
* `pip install pygraphviz * `pip install pygraphviz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment