diff --git a/server/text_generation_server/cli.py b/server/text_generation_server/cli.py index 510dfe66..1ac28794 100644 --- a/server/text_generation_server/cli.py +++ b/server/text_generation_server/cli.py @@ -254,7 +254,7 @@ def download_weights( warnings.warn( f"🚨🚨BREAKING CHANGE in 2.0🚨🚨: Safetensors conversion is disabled without `--trust-remote-code` because " - f"Pickle files are unsafe and can essentially contain remote code execution." + f"Pickle files are unsafe and can essentially contain remote code execution!" f"Please check for more information here: https://huggingface.co/docs/text-generation-inference/basic_tutorials/safety", UserWarning, )