mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
typo
This commit is contained in:
parent
03fb94b853
commit
39fae920d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user