mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
Fix build error of server make install
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
095775e05c
commit
d4d9b610af
@ -5,7 +5,7 @@ include Makefile-awq
|
||||
include Makefile-eetq
|
||||
include Makefile-selective-scan
|
||||
|
||||
PROTO_PATH ?= ../proto/v3
|
||||
PROTO_PATH ?= ../../../proto/v3
|
||||
|
||||
unit-tests:
|
||||
pytest -s -vv -m "not private" tests
|
||||
|
Loading…
Reference in New Issue
Block a user