vllm/README.md

15 lines
134 B
Markdown
Raw Normal View History

2023-02-09 11:24:15 +00:00
# CacheFlow
2023-02-24 12:04:49 +00:00
## Installation
```bash
pip install cmake torch transformers
pip install -e .
```
## Run
```bash
python server.py
```