16 lines
195 B
Markdown
16 lines
195 B
Markdown
# CacheFlow
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install psutil numpy torch transformers
|
|
pip install flash-attn # This may take up to 10 mins.
|
|
pip install -e .
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
python server.py
|
|
```
|