LocalAI/extra/grpc/sam/Makefile
Aisuko edcae7a5f1 Add sam support
Signed-off-by: GitHub <noreply@github.com>
2023-11-06 18:50:47 +11:00

11 lines
No EOL
211 B
Makefile

.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."