Skip to content

Commit d5d2123

Browse files
committed
chore: more update
1 parent 373c8ce commit d5d2123

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/doc_utils/jumpstart_doc_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,9 @@ 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
187186
file_content.append(
188187
" - `{} <{}>`__ |external-link|\n".format(model_source, model_spec["url"])
189188
)
190-
=======
191-
file_content.append(" - `{} <{}>`__ |external-link|\n".format(model_source, model_spec["url"]))
192-
>>>>>>> bf0696325ba49810bdefd91e3e0d0e76228eae65
193189

194190
f = open("doc_utils/jumpstart.rst", "w")
195191
f.writelines(file_content)

0 commit comments

Comments
 (0)