mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-01 18:36:39 +00:00
b7821361c3
* feat(petals): add backend Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fixups --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
11 lines
229 B
Makefile
11 lines
229 B
Makefile
.PONY: petals
|
|
petals:
|
|
@echo "Creating virtual environment..."
|
|
@conda env create --name petals --file petals.yml
|
|
@echo "Virtual environment created."
|
|
|
|
.PONY: run
|
|
run:
|
|
@echo "Running petals..."
|
|
bash run.sh
|
|
@echo "petals run."
|