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 has been 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.
The text was updated successfully, but these errors were encountered:
There are models floating around that aren't fully compliant with the format (e.g. missing scores). This tool could be used as a general-purpose solution for reading in those models with some kind of compatibility mode, fixing them up, and writing a fully compliant GGJT file.
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.
The text was updated successfully, but these errors were encountered: