2023-02-09 19:24:15 +08:00
|
|
|
# CacheFlow
|
2023-02-24 20:04:49 +08:00
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-03-12 15:23:14 +08:00
|
|
|
pip install psutil numpy torch transformers
|
2023-03-02 13:13:08 +08:00
|
|
|
pip install flash-attn # This may take up to 10 mins.
|
2023-02-24 20:04:49 +08:00
|
|
|
pip install -e .
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-03-22 04:45:42 +08:00
|
|
|
ray start --head
|
|
|
|
|
python server.py [--tensor-parallel-size <N>]
|
2023-02-24 20:04:49 +08:00
|
|
|
```
|