mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-03 17:51:13 +00:00
5 lines
155 B
Makefile
5 lines
155 B
Makefile
.PONY: ttsbark
|
|||
ttsbark:
|
|||
@echo "Creating virtual environment..."
|
|||
@conda env create --name ttsbark --file ttsbark.yml
|
|||
@echo "Virtual environment created."
|