Skip to content

Commit 231b4e7

Browse files
amzn-choericknikure
authored andcommitted
Update
1 parent d19af36 commit 231b4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
def test_huggingface_uris(load_config):
4242
VERSIONS = load_config["inference"]["versions"]
4343
device = load_config["inference"]["processors"][0]
44-
backend = "huggingface-neuronx" if device == "inf" else "huggingface"
44+
backend = "huggingface-neuronx" if device == "inf2" else "huggingface"
4545
for version in VERSIONS:
4646
ACCOUNTS = load_config["inference"]["versions"][version]["registries"]
4747
for region in ACCOUNTS.keys():

0 commit comments

Comments
 (0)