2023-02-09 11:24:15 +00:00
|
|
|
# CacheFlow
|
2023-02-24 12:04:49 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```bash
|
2023-03-11 23:23:14 -08:00
|
|
|
pip install psutil numpy torch transformers
|
2023-03-01 21:13:08 -08:00
|
|
|
pip install flash-attn # This may take up to 10 mins.
|
2023-02-24 12:04:49 +00:00
|
|
|
pip install -e .
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
python server.py
|
|
|
|
```
|