Skip to content

Commit 373c8ce

Browse files
committed
Merge branch 'feat/jumpstart-model-table-update' of github.com:bencrabtree/sagemaker-python-sdk into feat/jumpstart-model-table-update
2 parents 1fc082b + bf06963 commit 373c8ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/doc_utils/jumpstart_doc_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,13 @@ def create_jumpstart_model_table():
183183
file_content.append(" - {}\n".format(model["version"]))
184184
file_content.append(" - {}\n".format(model["min_version"]))
185185
file_content.append(" - {}\n".format(model_task))
186+
<<<<<<< HEAD
186187
file_content.append(
187188
" - `{} <{}>`__ |external-link|\n".format(model_source, model_spec["url"])
188189
)
190+
=======
191+
file_content.append(" - `{} <{}>`__ |external-link|\n".format(model_source, model_spec["url"]))
192+
>>>>>>> bf0696325ba49810bdefd91e3e0d0e76228eae65
189193

190194
f = open("doc_utils/jumpstart.rst", "w")
191195
f.writelines(file_content)

0 commit comments

Comments
 (0)