mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-01 06:52:11 +00:00
7 lines
57 B
Makefile
7 lines
57 B
Makefile
|
|
||
|
build:
|
||
|
maturin build
|
||
|
|
||
|
install: build
|
||
|
pip install -e .
|