feat: add 🐸 coqui (#1489)

* feat: add coqui

* docs: update news
This commit is contained in:
Ettore Di Giacinto 2023-12-24 13:38:54 -05:00 committed by GitHub
parent 7e2d101a46
commit 95eb72bfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 706 additions and 100 deletions

View 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."