|
|
|
|
|
by nextaccountic
181 days ago
|
|
> Most developers don't realize that standard PyTorch files are just Zip archives containing Python Pickle bytecode. This is outrageous. Why not deprecate this cursed format and use something from the data frame community? Like, Parquet or something Actually almost any binary format is better than this |
|
Safetensors is supposed to be the successor for distribution. I believe that it's the "safe" subset of pickle's data format.