15 lines
134 B
Markdown
15 lines
134 B
Markdown
# CacheFlow
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install cmake torch transformers
|
|
pip install -e .
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
python server.py
|
|
```
|