You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.write('JumpStart for the SageMaker Python SDK uses model ids and model versions to access the necessary utilities. This table serves to provide the core material plus some extra information that can be useful in selecting the correct model id and corresponding parameters.\n')
44
-
f.write('\n')
45
-
f.write('If you want to automatically use the latest version of the model, use "*" for the `model_version` attribute. We highly suggest pinning an exact model version however.\n')
46
-
f.write('\n')
47
-
f.write('.. list-table:: Available Models\n')
48
-
f.write(' :widths: 50 20 20 20\n')
49
-
f.write(' :header-rows: 1\n')
50
-
f.write(' :class: datatable\n')
51
-
f.write('\n')
52
-
f.write(' * - Model ID\n')
53
-
f.write(' - Fine Tunable?\n')
54
-
f.write(' - Latest Version\n')
55
-
f.write(' - Min SDK Version\n')
41
+
f.write("==================================\n")
42
+
f.write("JumpStart Available Model Table\n")
43
+
f.write("==================================\n")
44
+
f.write("\n")
45
+
f.write(
46
+
"""
47
+
JumpStart for the SageMaker Python SDK uses model ids and model versions to access the necessary
48
+
utilities. This table serves to provide the core material plus some extra information that can be useful
49
+
in selecting the correct model id and corresponding parameters.\n
50
+
"""
51
+
)
52
+
f.write("\n")
53
+
f.write(
54
+
"""
55
+
If you want to automatically use the latest version of the model, use "*" for the `model_version` attribute.
56
+
We highly suggest pinning an exact model version however.\n
0 commit comments