mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
12 lines
No EOL
173 B
Makefile
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
|