mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 08:25:00 +00:00
chore(deps): remove unused package (#1003)
**Description** Just remove Golang unused package and update the format in Makefile Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
57d41a3f94
commit
1c2f7409e3
2 changed files with 6 additions and 57 deletions
6
Makefile
6
Makefile
|
@ -66,7 +66,7 @@ endif
|
|||
|
||||
# workaround for rwkv.cpp
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
CGO_LDFLAGS += -lcblas -framework Accelerate
|
||||
CGO_LDFLAGS += -lcblas -framework Accelerate
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_TYPE),openblas)
|
||||
|
@ -242,14 +242,14 @@ rebuild: ## Rebuilds the project
|
|||
$(MAKE) -C go-ggllm clean
|
||||
$(MAKE) build
|
||||
|
||||
prepare: prepare-sources $(OPTIONAL_TARGETS)
|
||||
prepare: prepare-sources $(OPTIONAL_TARGETS)
|
||||
touch $@
|
||||
|
||||
clean: ## Remove build related file
|
||||
$(GOCMD) clean -cache
|
||||
rm -f prepare
|
||||
rm -rf ./go-llama
|
||||
rm -rf ./gpt4all
|
||||
rm -rf ./gpt4all
|
||||
rm -rf ./go-llama-stable
|
||||
rm -rf ./go-gpt2
|
||||
rm -rf ./go-stable-diffusion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue