Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Aug 13, 2023
1 parent 63cce14 commit 8e5c7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FastChat is an open platform for training, serving, and evaluating large languag
### Method 1: With pip

```bash
pip3 install fschat[model_worker, webui]
pip3 install "fschat[model_worker,webui]"
```

### Method 2: From source
Expand All @@ -55,7 +55,7 @@ brew install rust cmake
2. Install Package
```bash
pip3 install --upgrade pip # enable PEP 660 support
pip3 install -e ".[model_worker, webui]"
pip3 install -e ".[model_worker,webui]"
```

## Model Weights
Expand Down

0 comments on commit 8e5c7d0

Please sign in to comment.