File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -274,15 +274,14 @@ def create_jumpstart_model_table():
274
274
):
275
275
file_content_single_entry .append ("\n " )
276
276
file_content_single_entry .append (".. list-table:: Available Models\n " )
277
- file_content_single_entry .append (" :widths: 50 20 20 20 30 20\n " )
277
+ file_content_single_entry .append (" :widths: 50 20 20 20 20\n " )
278
278
file_content_single_entry .append (" :header-rows: 1\n " )
279
279
file_content_single_entry .append (" :class: datatable\n " )
280
280
file_content_single_entry .append ("\n " )
281
281
file_content_single_entry .append (" * - Model ID\n " )
282
282
file_content_single_entry .append (" - Fine Tunable?\n " )
283
283
file_content_single_entry .append (" - Latest Version\n " )
284
284
file_content_single_entry .append (" - Min SDK Version\n " )
285
- file_content_single_entry .append (" - Problem Type\n " )
286
285
file_content_single_entry .append (" - Source\n " )
287
286
288
287
dynamic_table_files .append (
@@ -293,7 +292,6 @@ def create_jumpstart_model_table():
293
292
file_content_single_entry .append (" - {}\n " .format (model_spec ["training_supported" ]))
294
293
file_content_single_entry .append (" - {}\n " .format (model ["version" ]))
295
294
file_content_single_entry .append (" - {}\n " .format (model ["min_version" ]))
296
- file_content_single_entry .append (" - {}\n " .format (model_task ))
297
295
file_content_single_entry .append (
298
296
" - `{} <{}>`__\n " .format (model_source , model_spec ["url" ])
299
297
)
You can’t perform that action at this time.
0 commit comments