Skip to content

Commit 815ae08

Browse files
author
haixiw
committed
fix unit tests
1 parent e4090c9 commit 815ae08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"gpu": {
2323
"1.2.3": "2.0.1-tei1.2.3-gpu-py310-cu122-ubuntu22.04",
2424
},
25+
"cpu": {
26+
"1.2.3": "2.0.1-tei1.2.3-cpu-py310-ubuntu22.04",
27+
},
2528
}
2629
HF_VERSIONS_MAPPING = {
2730
"gpu": {

0 commit comments

Comments
 (0)