You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: