mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-05 18:35:00 +00:00
Add sam support
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
8123f009d0
commit
edcae7a5f1
8 changed files with 728 additions and 7 deletions
11
extra/grpc/sam/Makefile
Normal file
11
extra/grpc/sam/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
.PONY: sam
|
||||
sam:
|
||||
@echo "Creating virtual environment..."
|
||||
@conda env create --name sam --file sam.yml
|
||||
@echo "Virtual environment created."
|
||||
|
||||
.PONY: run
|
||||
run:
|
||||
@echo "Running sam..."
|
||||
bash run.sh
|
||||
@echo "sam run."
|
Loading…
Add table
Add a link
Reference in a new issue