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
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Our new loader does not support multipart models because they do unfun things with tensor strides. Instead of trying to support both loaders indefinitely, it's much simpler to build a tool that will convert a GGML/GGMF multipart model to a GGJT singlepart model. The multipart models are relatively rare, so not having native support shouldn't pose too much of an issue.