mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 16:34:59 +00:00
11 lines
No EOL
211 B
Makefile
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."
|