Hacker News new | ask | show | jobs
by actualwitch 508 days ago
Depending on format, they might.
1 comments

Virtually all models are now distributed as Safetensors/gguf/etc. (which are just metadata + data), not pickled Python classes. Many libraries also don't even load pickled checkpoints anymore unless you add an argument explicitly stating that you want to load an unsafe checkpoint.