mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 05:03:13 -04:00
12 lines
173 B
Makefile
12 lines
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
|