mirror of
https://github.com/wassname/vllm.git
synced 2026-08-03 13:20:50 +08:00
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
|
|
```
|