Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/service/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The **Actions** menu (three dots icon) for each model provides:
Create a new model.
<Steps>
1. Select **Create** from the actions menu or click the **Create** button.
2. You can search for models using the cloud icon next to the input box, or select a model from your model artifacts by clicking the archive icon.
2. You can search for models using the cloud icon next to the input box, or select a model from your [model artifacts](/service/settings/05-model-artifact/) by clicking the archive icon.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The URL for the 'model artifacts' link is incorrect. The documentation framework being used (Astro Starlight) automatically removes numerical prefixes like '05-' from filenames when creating page URLs. As a result, the link will be broken. To fix this, the '05-' prefix should be removed from the URL path.

2. You can search for models using the cloud icon next to the input box, or select a model from your [model artifacts](/service/settings/model-artifact/) by clicking the archive icon.

3. Fill in the model configuration (name, namespace, prefill/decode, description, etc.).
4. Confirm to deploy the model.
</Steps>
Expand Down
Loading