Hacker News new | ask | show | jobs
by vivahir215 455 days ago
ah okay. Didnt know this. I generally use pytorch save models for my workflow.
1 comments

pytorch save/load still are pickle based models. Its fine for trusted sources but when you start using from untrusted sources then there is always a risk of ACE. If you want to execute it, would suggest to try it in a sandbox env like docker, VM or online notebooks envs or other option is to inspect the model file.

As Open source AI booms, the risk of supply chain attacks also increases.

Cool.