Skip to content

Commit

Permalink
Document Sync by Tina
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier committed Nov 8, 2024
1 parent dc2a005 commit 9b87e1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/stable/getting_started/docker_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We will use docker compose to simplify the setup of ServerlessLLM. The `docker-c
If you haven't already, clone the ServerlessLLM repository:

```bash
git clone https://github.com/serverless-llm/serverlessllm.git
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
cd serverlessllm/examples/docker/
```

Expand Down
2 changes: 1 addition & 1 deletion docs/stable/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you plan to use vLLM with ServerlessLLM, you need to apply our patch to the v
## Installing from source
To install the package from source, follow these steps:
```bash
git clone https://github.com/ServerlessLLM/ServerlessLLM
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
cd ServerlessLLM
```

Expand Down
2 changes: 1 addition & 1 deletion docs/stable/store/installation_with_rocm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To build `sllm-store` from source, we suggest you using the docker and build it
1. Clone the repository and enter the `store` directory:

```bash
git clone git@github.com:ServerlessLLM/ServerlessLLM.git
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
cd ServerlessLLM/sllm_store
```

Expand Down
2 changes: 1 addition & 1 deletion docs/stable/store/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install serverless-llm-store
1. Clone the repository and enter the `store` directory

``` bash
git clone git@github.com:ServerlessLLM/ServerlessLLM.git
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
cd ServerlessLLM/sllm_store
```

Expand Down

0 comments on commit 9b87e1f

Please sign in to comment.