mirror of
https://github.com/wassname/vllm.git
synced 2026-07-28 11:27:56 +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>]