Some discussions on model security #546
azraelxuemo
started this conversation in
General
Replies: 1 comment
-
it used to be convenient to store code (or other state) in the same files as weights |
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 just briefly read the source code of safetensors, such a great project.
After reading it, I have a question that I would like to discuss.
A model is just many matrixs, and matrixs are only number, int or float.
You can check the model file format of safetensors, which only contains data, so why do other formats like ckpt need to use unsafe serialization and deserialization methods?
Beta Was this translation helpful? Give feedback.
All reactions