Skip to content

Commit 39a7e63

Browse files
Download bin files for TGI also (#247)
1 parent 1aff59c commit 39a7e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-engine/model_engine_server/domain/use_cases/llm_model_endpoint_use_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def load_model_weights_sub_commands(
340340
else:
341341
if framework == LLMInferenceFramework.TEXT_GENERATION_INFERENCE:
342342
subcommands.append(
343-
f"{s5cmd} --numworkers 512 cp --concurrency 10 --exclude '*.bin' {os.path.join(checkpoint_path, '*')} {final_weights_folder}"
343+
f"{s5cmd} --numworkers 512 cp --concurrency 10 {os.path.join(checkpoint_path, '*')} {final_weights_folder}"
344344
)
345345
else:
346346
subcommands.append(

0 commit comments

Comments
 (0)