Add Artifacts fundamentals page (#970)

This commit is contained in:
pollfly
2024-11-21 09:47:55 +02:00
committed by GitHub
parent 055762e101
commit 24cf6a06f0
7 changed files with 128 additions and 66 deletions

View File

@@ -68,7 +68,7 @@ model.update_design(config_dict=model_config_dict)
## Updating Models
To update a model, use [`OutputModel.update_weights()`](../../../references/sdk/model_outputmodel.md#update_weights).
This uploads the model to the set storage destination (see [Setting Upload Destination](../../../fundamentals/artifacts.md#setting-upload-destination)),
This uploads the model to the set storage destination (see [Setting Upload Destination](../../../fundamentals/models.md#setting-upload-destination)),
and registers that location to the task as the output model.
```python