We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d2123 commit c557afbCopy full SHA for c557afb
doc/doc_utils/jumpstart_doc_utils.py
@@ -157,10 +157,6 @@ def create_jumpstart_model_table():
157
If you want to automatically use the latest version of the model, use "*" for the `model_version` attribute.
158
We highly suggest pinning an exact model version however.\n"""
159
)
160
- file_content.append(
161
- """
162
- Click on the Problem Type to navigate to the source of the model.\n"""
163
- )
164
file_content.append("\n")
165
file_content.append(".. list-table:: Available Models\n")
166
file_content.append(" :widths: 50 20 20 20 30 20\n")
0 commit comments