Skip to content

Commit 92af569

Browse files
author
haixiw
committed
fix typo
1 parent 815ae08 commit 92af569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/llm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_huggingface_llm_image_uri(
7474
)
7575
if backend == "huggingface-tei-cpu":
7676
return image_uris.retrieve(
77-
"huggingface-tei",
77+
"huggingface-tei-cpu",
7878
region=region,
7979
version=version,
8080
image_scope="inference",

0 commit comments

Comments
 (0)