We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c638d8 commit c6a52bcCopy full SHA for c6a52bc
docs/stable/getting_started/installation.md
@@ -21,5 +21,5 @@ cd Phantom-component
21
conda create -n sllm python=3.10 -y
22
conda activate sllm
23
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
+pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
25
```
docs/stable/getting_started/quickstart.md
@@ -32,7 +32,7 @@ Next start ServerlessLLM Store server. This server will use `./models` as the st
32
33
```bash
34
35
-sllm_store_server
+sllm-store-server
36
37
38
Everything is set!
0 commit comments