Small edits (#785)

This commit is contained in:
pollfly
2024-03-03 10:43:10 +02:00
committed by GitHub
parent 90f2affe91
commit 258a11e02a
4 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ model.update_design(config_dict=model_config_dict)
```
## Updating Models
To update a model, use the [OutputModel.update_weights](../../../references/sdk/model_outputmodel.md#update_weights) method.
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)),
and registers that location to the task as the output model.