From ff035735ac5d6667d36e2af3cab6e4b2fc755b52 Mon Sep 17 00:00:00 2001 From: Shiva Heydari Date: Mon, 11 Aug 2025 11:49:37 -0600 Subject: [PATCH] DOCS: Add missing space in SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 71a03b0be04d..fc71df4436a3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ Models uploaded on the Hugging Face Hub come in different formats. We heavily re models in the [`safetensors`](https://github.com/huggingface/safetensors) format (which is the default prioritized by the transformers library), as developed specifically to prevent arbitrary code execution on your system. -To avoid loading models from unsafe formats(e.g. [pickle](https://docs.python.org/3/library/pickle.html), you should use the `use_safetensors` parameter. If doing so, in the event that no .safetensors file is present, transformers will error when loading the model. +To avoid loading models from unsafe formats (e.g. [pickle](https://docs.python.org/3/library/pickle.html), you should use the `use_safetensors` parameter. If doing so, in the event that no .safetensors file is present, transformers will error when loading the model. ### Remote code