We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74f194 commit 87036edCopy full SHA for 87036ed
tests/unit/sagemaker/image_uris/test_huggingface_llm.py
@@ -26,13 +26,15 @@
26
"1.6.0": "2.0.1-tei1.6.0-gpu-py310-cu122-ubuntu22.04",
27
"1.7.0": "2.0.1-tei1.7.0-gpu-py310-cu122-ubuntu22.04",
28
"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",
30
},
31
"cpu": {
32
"1.2.3": "2.0.1-tei1.2.3-cpu-py310-ubuntu22.04",
33
"1.4.0": "2.0.1-tei1.4.0-cpu-py310-ubuntu22.04",
34
"1.6.0": "2.0.1-tei1.6.0-cpu-py310-ubuntu22.04",
35
"1.7.0": "2.0.1-tei1.7.0-cpu-py310-ubuntu22.04",
36
"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",
38
39
}
40
HF_VERSIONS_MAPPING = {
0 commit comments