mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 22:15:00 +00:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
.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."
|