v1.1.2 Safetensors #4

Merged
glucauze merged 2 commits from safetensors into main 2023-07-30 14:08:53 +02:00
glucauze commented 2023-07-30 13:57:20 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.