LocalAI/backend/python/diffusers/Makefile
2023-12-19 23:36:00 +00:00

12 lines
No EOL
173 B
Makefile

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