Skip to content

Commit 912d1bf

Browse files
committed
tests
1 parent 6842a2f commit 912d1bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
"1.6.0": "2.0.1-tei1.6.0-gpu-py310-cu122-ubuntu22.04",
2727
"1.7.0": "2.0.1-tei1.7.0-gpu-py310-cu122-ubuntu22.04",
2828
"1.8.0": "2.0.1-tei1.8.0-gpu-py310-cu122-ubuntu22.04",
29+
"1.8.2": "2.0.1-tei1.8.2-gpu-py310-cu122-ubuntu22.04",
2930
},
3031
"cpu": {
3132
"1.2.3": "2.0.1-tei1.2.3-cpu-py310-ubuntu22.04",
3233
"1.4.0": "2.0.1-tei1.4.0-cpu-py310-ubuntu22.04",
3334
"1.6.0": "2.0.1-tei1.6.0-cpu-py310-ubuntu22.04",
3435
"1.7.0": "2.0.1-tei1.7.0-cpu-py310-ubuntu22.04",
3536
"1.8.0": "2.0.1-tei1.8.0-cpu-py310-ubuntu22.04",
37+
"1.8.2": "2.0.1-tei1.8.2-cpu-py310-ubuntu22.04",
3638
},
3739
}
3840
HF_VERSIONS_MAPPING = {

0 commit comments

Comments
 (0)