Update server/Makefile to include Makefile-vllm

This commit is contained in:
Antoni Baum 2023-06-30 11:43:45 -07:00 committed by GitHub
parent ecf6dc3a5a
commit 4656414977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
include Makefile-flash-att include Makefile-flash-att
include Makefile-vllm
unit-tests: unit-tests:
pytest -s -vv -m "not private" tests pytest -s -vv -m "not private" tests