mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
fix: update gitignore and make clean (#798)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
569c1d1163
commit
ae58fb8821
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,5 +36,5 @@ release/
|
|||||||
|
|
||||||
# Generated during build
|
# Generated during build
|
||||||
backend-assets/
|
backend-assets/
|
||||||
|
prepare
|
||||||
/ggml-metal.metal
|
/ggml-metal.metal
|
||||||
|
3
Makefile
3
Makefile
@ -237,7 +237,8 @@ prepare: prepare-sources $(OPTIONAL_TARGETS)
|
|||||||
|
|
||||||
clean: ## Remove build related file
|
clean: ## Remove build related file
|
||||||
$(GOCMD) clean -cache
|
$(GOCMD) clean -cache
|
||||||
rm -fr ./go-llama
|
rm -f prepare
|
||||||
|
rm -rf ./go-llama
|
||||||
rm -rf ./gpt4all
|
rm -rf ./gpt4all
|
||||||
rm -rf ./go-gpt2
|
rm -rf ./go-gpt2
|
||||||
rm -rf ./go-stable-diffusion
|
rm -rf ./go-stable-diffusion
|
||||||
|
Loading…
Reference in New Issue
Block a user