We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e6692 commit 680d76dCopy full SHA for 680d76d
tests/unit/sagemaker/image_uris/test_xgboost.py
@@ -48,7 +48,7 @@
48
}
49
ALGO_VERSIONS = ("1", "latest")
50
XGBOOST_FRAMEWORK_CPU_ONLY_VERSIONS = ("0.90-2", "0.90-1", "1.0-1")
51
-XGBOOST_FRAMEWORK_CPU_GPU_VERSIONS = ("1.2-1", "1.2-2", "1.3-1", "1.5-1","1.7-1")
+XGBOOST_FRAMEWORK_CPU_GPU_VERSIONS = ("1.2-1", "1.2-2", "1.3-1", "1.5-1", "1.7-1")
52
53
FRAMEWORK_REGISTRIES = {
54
"af-south-1": "510948584623",
0 commit comments