Add README

This commit is contained in:
Woosuk Kwon 2023-02-24 12:04:49 +00:00
parent fa16389a2e
commit c84c708a1d

View File

@ -1 +1,14 @@
# CacheFlow
## Installation
```bash
pip install cmake torch transformers
pip install -e .
```
## Run
```bash
python server.py
```