Skip to content

Commit 8ef5cd6

Browse files
authored
DOCS: Add missing space in SECURITY.md (#40087)
1 parent ebceef3 commit 8ef5cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Models uploaded on the Hugging Face Hub come in different formats. We heavily re
1414
models in the [`safetensors`](https://github.com/huggingface/safetensors) format (which is the default prioritized
1515
by the transformers library), as developed specifically to prevent arbitrary code execution on your system.
1616

17-
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.
17+
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.
1818

1919
### Remote code
2020

0 commit comments

Comments
 (0)