Open
Description
I downloaded the weights from https://huggingface.co/shuttleai/shuttle-3-diffusion, the program loaded the weights and exit for no error message.
I debugged the program, it seems that the problem is the call to ggml_type_name()
with parameter 34, which is missing in the ggml.h file. Checking the llama.cpp repo, it should be GGML_TYPE_TQ1_0
, added from ggml-org/llama.cpp#8151
Metadata
Metadata
Assignees
Labels
No labels