This repository was archived by the owner on Jun 24, 2024. It is now read-only.
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
A tool to convert multipart models to singlepart models #150
Closed
Description
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.