mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 11:54:54 +08:00
241 B
241 B
CacheFlow
Installation
pip install psutil numpy torch transformers
pip install flash-attn # This may take up to 10 mins.
pip install -e .
Run
ray start --head
python server.py [--tensor-parallel-size <N>]