mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
env(conda): use transformers for vall-e-x (#1481)
This commit is contained in:
parent
4b520c3343
commit
939187a129
7 changed files with 67 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue