share diffusers and petals

This commit is contained in:
Ettore Di Giacinto 2023-12-20 00:04:57 +00:00
parent b6256bf2e4
commit 244bf470ee
9 changed files with 179 additions and 14 deletions

View file

@ -1,11 +1,15 @@
.PHONY: petals
petals:
@echo "Creating virtual environment..."
@conda env create --name petals --file petals.yml
@echo "Virtual environment created."
$(MAKE) -C ../common-env/transformers
.PHONY: run
run:
@echo "Running petals..."
bash run.sh
@echo "petals run."
.PHONY: test
test:
@echo "Testing petals..."
bash test.sh
@echo "petals tested."