"src/graph/sampling/randomwalks/randomwalk_gpu.hip" did not exist on "619d735df5dc2a62eca5a00e11e4290407169cb1"
Unverified Commit 9dab947d authored by zhyncs's avatar zhyncs Committed by GitHub
Browse files

docs: update README (#688)

parent 33ee97b0
...@@ -48,6 +48,9 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ ...@@ -48,6 +48,9 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/
git clone https://github.com/sgl-project/sglang.git git clone https://github.com/sgl-project/sglang.git
cd sglang cd sglang
# https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml
python3 -m pip install --upgrade pip
pip install -e "python[all]" pip install -e "python[all]"
# Install FlashInfer CUDA kernels # Install FlashInfer CUDA kernels
......
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