env(conda): use transformers for vall-e-x (#1481)

This commit is contained in:
Ettore Di Giacinto 2023-12-23 14:31:34 -05:00 committed by GitHub
parent 4b520c3343
commit 939187a129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 67 additions and 34 deletions

View file

@ -1,8 +1,6 @@
.PHONY: ttsvalle
ttsvalle:
@echo "Creating virtual environment..."
@conda env create --name ttsvalle --file ttsvalle.yml
@echo "Virtual environment created."
$(MAKE) -C ../common-env/transformers
bash install.sh
.PHONY: run