Skip to content

Commit

Permalink
Add clean for models, wastes lots of space
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Apr 25, 2024
1 parent df755ca commit f28f496
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 f28f496

Please sign in to comment.