Unverified Commit 2c5cd0de authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

Add ninja to dependency (#21)

parent a90c97d7
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
pip install psutil numpy ray torch pip install psutil numpy ray torch
pip install git+https://github.com/huggingface/transformers # Required for LLaMA. pip install git+https://github.com/huggingface/transformers # Required for LLaMA.
pip install sentencepiece # Required for LlamaTokenizer. 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 . pip install -e .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment