Skip to content

Commit 7d8ac97

Browse files
authored
Merge pull request #76 from codelion/codelion-patch-1
Update README.md
2 parents 4fa7353 + 6d4d367 commit 7d8ac97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ optillm is an OpenAI API compatible optimizing inference proxy which implements
88

99
## Installation
1010

11+
### Using pip
12+
13+
```bash
14+
pip install optillm
15+
optillm
16+
2024-10-22 07:45:05,612 - INFO - Loaded plugin: privacy
17+
2024-10-22 07:45:06,293 - INFO - Loaded plugin: memory
18+
2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
19+
```
20+
21+
### Install from source
22+
1123
Clone the repository with `git` and use `pip install` to setup the dependencies.
1224

1325
```bash

0 commit comments

Comments
 (0)