Skip to content

Commit 89b65c2

Browse files
committed
Document Sync by Tina
1 parent 5ae73b8 commit 89b65c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/stable/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ cd ServerlessLLM
2424
conda create -n sllm python=3.10 -y
2525
conda activate sllm
2626
pip install -e .
27-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
27+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev4
2828
2929
# worker node
3030
conda create -n sllm-worker python=3.10 -y
3131
conda activate sllm-worker
3232
pip install -e ".[worker]"
33-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
33+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev4
3434
```
3535

3636
# vLLM Patch

docs/stable/store/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ conda activate sllm-store
2626

2727
### Install with pip
2828
```bash
29-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
29+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev4
3030
```
3131

3232
### Install from source

0 commit comments

Comments
 (0)