mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 22:15:00 +00:00
parent
7e2d101a46
commit
95eb72bfd3
15 changed files with 706 additions and 100 deletions
15
backend/python/coqui/Makefile
Normal file
15
backend/python/coqui/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
.PHONY: coqui
|
||||
coqui:
|
||||
$(MAKE) -C ../common-env/transformers
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
@echo "Running coqui..."
|
||||
bash run.sh
|
||||
@echo "coqui run."
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@echo "Testing coqui..."
|
||||
bash test.sh
|
||||
@echo "coqui tested."
|
Loading…
Add table
Add a link
Reference in a new issue