mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +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
|
@ -1,8 +1,6 @@
|
|||
.PHONY: diffusers
|
||||
diffusers:
|
||||
@echo "Creating virtual environment..."
|
||||
@conda env create --name diffusers --file diffusers.yml
|
||||
@echo "Virtual environment created."
|
||||
$(MAKE) -C ../common-env/transformers
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue