From 39fae920d8b6ae2f7918f5cd95b191200b7692c1 Mon Sep 17 00:00:00 2001 From: dstnluong-google <129889805+dstnluong-google@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:00:15 +0000 Subject: [PATCH] typo --- 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 c62f21d6..47d68498 100644 --- a/server/text_generation_server/cli.py +++ b/server/text_generation_server/cli.py @@ -124,7 +124,7 @@ def download_weights( from text_generation_server import utils if model_id.startswith(utils.GCS_PREFIX): - utisls.download_gcs_dir_to_local(model_id, utils.GCS_LOCAL_DIR) + utils.download_gcs_dir_to_local(model_id, utils.GCS_LOCAL_DIR) model_id = utils.GCS_LOCAL_DIR # Test if files were already download