LocalAI/backend/python/petals/Makefile

16 lines
226 B
Makefile
Raw Normal View History

.PHONY: petals
petals:
$(MAKE) -C ../common-env/transformers
.PHONY: run
run:
@echo "Running petals..."
bash run.sh
@echo "petals run."
.PHONY: test
test:
@echo "Testing petals..."
bash test.sh
@echo "petals tested."