Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIYIXNI
vllm
Commits
2c5cd0de
".github/vscode:/vscode.git/clone" did not exist on "c2717317f03b12535cfd02b477ace61189e10e4b"
Unverified
Commit
2c5cd0de
authored
Apr 01, 2023
by
Woosuk Kwon
Committed by
GitHub
Apr 01, 2023
Browse files
Add ninja to dependency (#21)
parent
a90c97d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
2c5cd0de
...
@@ -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
.
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment