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 Jul 24, 2024
1 parent 3ecd120 commit f1b796d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/stable/store/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ conda activate sllm-store
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev3
```

### Install from source
1. Clone the repository and enter the `store` directory

``` bash
git clone git@github.com:ServerlessLLM/ServerlessLLM.git
cd ServerlessLLM/serverless_llm/store
```

2. Install the package from source

```bash
pip install .
```

## Usage Examples
:::tip
We highly recommend using a fast storage device (e.g., NVMe SSD) to store the model files for the best experience.
Expand Down

0 comments on commit f1b796d

Please sign in to comment.