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
OpenDAS
text-generation-inference
Commits
98baf41a
Commit
98baf41a
authored
May 30, 2024
by
huangwb
Browse files
add vllm exllama_kernels install command
parent
173387ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
server/Makefile
server/Makefile
+9
-0
No files found.
server/Makefile
View file @
98baf41a
...
@@ -5,6 +5,15 @@ include Makefile-selective-scan
...
@@ -5,6 +5,15 @@ include Makefile-selective-scan
unit-tests
:
unit-tests
:
pytest
-s
-vv
-m
"not private"
tests
pytest
-s
-vv
-m
"not private"
tests
install-vllm
:
cd
vllm/
&&
python setup.py
install
install-exllama
:
cd
exllama_kernels
&&
python setup.py
install
install-exllamav2
:
cd
exllamav2_kernels
&&
python setup.py
install
gen-server
:
gen-server
:
# Compile protos
# Compile protos
pip
install
grpcio-tools
==
1.51.1 mypy-protobuf
==
3.4.0
'types-protobuf>=3.20.4'
--no-cache-dir
pip
install
grpcio-tools
==
1.51.1 mypy-protobuf
==
3.4.0
'types-protobuf>=3.20.4'
--no-cache-dir
...
...
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