vllm/README.md

15 lines
134 B
Markdown
Raw Normal View History

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