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 c93a712 commit c4f5cd7Copy full SHA for c4f5cd7
tests/unit/sagemaker/image_uris/test_huggingface_llm.py
@@ -25,12 +25,14 @@
25
"1.4.0": "2.0.1-tei1.4.0-gpu-py310-cu122-ubuntu22.04",
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
},
30
"cpu": {
31
"1.2.3": "2.0.1-tei1.2.3-cpu-py310-ubuntu22.04",
32
"1.4.0": "2.0.1-tei1.4.0-cpu-py310-ubuntu22.04",
33
"1.6.0": "2.0.1-tei1.6.0-cpu-py310-ubuntu22.04",
34
"1.7.0": "2.0.1-tei1.7.0-cpu-py310-ubuntu22.04",
35
+ "1.8.0": "2.0.1-tei1.8.0-cpu-py310-ubuntu22.04",
36
37
}
38
HF_VERSIONS_MAPPING = {
0 commit comments