mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 15:04:59 +00:00
fix: fix the make run target (#476)
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
parent
19f92d7d55
commit
e875c1f64a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -218,7 +218,7 @@ generic-build: ## Build the project using generic
|
|||
|
||||
## Run
|
||||
run: prepare ## run local-ai
|
||||
CGO_LDFLAGS="$(CGO_LDFLAGS)" C_INCLUDE_PATH=${C_INCLUDE_PATH} LIBRARY_PATH=${LIBRARY_PATH} $(GOCMD) run ./main.go
|
||||
CGO_LDFLAGS="$(CGO_LDFLAGS)" C_INCLUDE_PATH=${C_INCLUDE_PATH} LIBRARY_PATH=${LIBRARY_PATH} $(GOCMD) run ./
|
||||
|
||||
test-models/testmodel:
|
||||
mkdir test-models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue