mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
feat(conda): share env between diffusers and bark
This commit is contained in:
parent
d4210db0c9
commit
d35f408702
9 changed files with 14 additions and 84 deletions
5
backend/python/common-env/transformers/Makefile
Normal file
5
backend/python/common-env/transformers/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
.PHONY: transformers
|
||||
transformers:
|
||||
@echo "Creating virtual environment..."
|
||||
@conda env create --name transformers --file transformers.yml
|
||||
@echo "Virtual environment created."
|
Loading…
Add table
Add a link
Reference in a new issue