text-generation-inference/tgi/Makefile

7 lines
57 B
Makefile
Raw Normal View History

build:
maturin build
install: build
pip install -e .