From e2c870c2167871bdb1d8db3fa9a75d5c379782b8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 5 Apr 2024 08:32:25 +0000 Subject: [PATCH] Dummy modification. --- server/text_generation_server/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )