alexrozanski / LlamaChat

Chat with your favourite LLaMA models in a native macOS app
https://llamachat.app
MIT License
1.45k stars 56 forks source link

Unquantized model files aren't cleaned up after conversion #10

Closed alexrozanski closed 1 year ago

alexrozanski commented 1 year ago

When importing .pth models we convert them to .ggml files first then quantize them; however, these un-quantized models aren't cleaned up so sit in the internal models directory, even though they are not needed.

alexrozanski commented 1 year ago

This should be an easy fix: