Skip to content

Commit

Permalink
Merge pull request #344 from rhatdan/clean
Browse files Browse the repository at this point in the history
Add clean for models, wastes lots of space
  • Loading branch information
rhatdan authored Apr 26, 2024
2 parents 477bda9 + f28f496 commit a576bcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ download-model-whisper-small:
.PHONY: download-model-mistral
download-model-mistral:
$(MAKE) MODEL_NAME=mistral-7b-instruct-v0.1.Q4_K_M.gguf MODEL_URL=https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf download-model

.PHONY: clean
clean:
rm -f *tmp
rm -f mistral* whisper* granite* merlinite*

0 comments on commit a576bcf

Please sign in to comment.