v1.1.2 Safetensors #4
Reference in New Issue
Block a user
Delete Branch "safetensors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version 1.1.2 will use the safetensors format rather than the pkl format. I have chosen to convert pkl files to safetensors automatically with a warning. There is also a script for conversion.
https://gist.github.com/glucauze/4a3c458541f2278ad801f6625e5b9d3d
The idea is to be able to convert files that are deemed safe manually. Remember that pkl files can be used to execute arbitrary code. Don't use external pkl files. Pkl files support will be removed in future versions.