mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 17:05:37 +08:00
Add ninja to dependency (#21)
This commit is contained in:
parent
a90c97d727
commit
2c5cd0defe
@ -6,7 +6,8 @@
|
||||
pip install psutil numpy ray torch
|
||||
pip install git+https://github.com/huggingface/transformers # Required for LLaMA.
|
||||
pip install sentencepiece # Required for LlamaTokenizer.
|
||||
pip install flash-attn # This may take up to 20 mins.
|
||||
pip install ninja # To parallelize the compilation of flash-attn.
|
||||
pip install flash-attn # This may take up to 10 mins.
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user