Replies: 1 comment
-
One thing to try is running the command with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing a project, referring the example codes in candle: candle-examples/examples/quantized-t5
And here are my project
https://github.com/luxiant/quantized_t5_batch
What I am intended to do are the followings.
I downloaded the model to convert_to_quantized_model/src/summarizer_model/ of my project, and then run
to make a gguf file to quantize.
I moved the quantized model to /src/summarizer_model.
However, when I run
The error appears in forwarding the embedded text batch, which is line 134, telling
It seems like the shapes of tensors are not matching, but I have no idea where the mismatch appeared. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions