Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Dec 11, 2023
1 parent b48b8af commit 3699b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Python Server for External Models
conda create --name lean-copilot python=3.10 python numpy
conda activate lean-copilot
pip install torch --index-url https://download.pytorch.org/whl/cu121 # Depending on whether you have CUDA and the CUDA version; see https://pytorch.org/.
pip install fastapi unicorn loguru transformers openai
pip install fastapi uvicorn loguru transformers openai
```


## Running the Server

```bash
uvicorn server:app --port 23337
```
```

0 comments on commit 3699b5d

Please sign in to comment.