mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 11:35:00 +00:00
feat(petals): add backend (#1350)
* feat(petals): add backend Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fixups --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
63e1f8fffd
commit
b7821361c3
8 changed files with 633 additions and 1 deletions
11
backend/python/petals/Makefile
Normal file
11
backend/python/petals/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
.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."
|
Loading…
Add table
Add a link
Reference in a new issue