Skip to content

Commit c6a52bc

Browse files
committed
Document Sync by Tina
1 parent 3c638d8 commit c6a52bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stable/getting_started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ cd Phantom-component
2121
conda create -n sllm python=3.10 -y
2222
conda activate sllm
2323
pip install -e .[worker]
24-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2
24+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
2525
```

docs/stable/getting_started/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Next start ServerlessLLM Store server. This server will use `./models` as the st
3232

3333
```bash
3434
conda activate sllm
35-
sllm_store_server
35+
sllm-store-server
3636
```
3737

3838
Everything is set!

0 commit comments

Comments
 (0)