How can I extract the raw weights of each layer and also split them up into sub components? (like q_proj, input RMS normalization etc.) #10692
Answered
by
dawidlouisbekker
dawidlouisbekker
asked this question in
Q&A
-
I want to break up weights in such a way that they can be downloaded across multiple devices. |
Beta Was this translation helpful? Give feedback.
Answered by
dawidlouisbekker
Dec 6, 2024
Replies: 1 comment 2 replies
-
I just want to make sure that the quantized calculations I am doing are correct so I can start hooking up devices through cross over cables, Bluetooth and LAN for now. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dawidlouisbekker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just want to make sure that the quantized calculations I am doing are correct so I can start hooking up devices through cross over cables, Bluetooth and LAN for now.