this post was submitted on 10 Feb 2025
31 points (100.0% liked)

Cybersecurity

6372 readers
32 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] model_tar_gz@lemmy.world 10 points 1 week ago

Without reading the article, as a practicing AI Engineer here’s a couple of easy best practices:

  • Use only the .safetensors files, the format is engineered specifically to allow only specific information necessary for NN frameworks
  • Don’t use the ‘trust_remote_code=True’ parameter when serving your models without due consideration of the source of the model.