Skip to content

Commit 9e5a91b

Browse files
Merge pull request #245813 from vijetajo/patch-123
Update how-to-use-serverless-compute.md
2 parents dc8e169 + 806254e commit 9e5a91b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,10 @@ resources:
344344
```
345345

346346
---
347-
347+
View more examples of training with serverless compute at:-
348+
* [Quick Start](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/quickstart.ipynb)
349+
* [Train Model](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/train-model.ipynb)
350+
348351
## AutoML job
349352

350353
There's no need to specify compute for AutoML jobs. Resources can be optionally specified. If instance count isn't specified, then it's defaulted based on max_concurrent_trials and max_nodes parameters. If you submit an AutoML image classification or NLP task with no instance type, we will automatically select a GPU VM size. It is possible to submit AutoML job through CLIs, SDK, or Studio. To submit AutoML jobs with serverless compute in studio first enable the *Guided experience for submitting training jobs with serverless compute* feature in the preview panel and then [submit a training job in studio (preview)](how-to-train-with-ui.md).
@@ -383,4 +386,6 @@ You can also set serverless compute as the default compute in Designer.
383386

384387
## Next steps
385388

386-
View more examples of training with serverless compute at [azureml-examples-main](https://github.com/Azure/azureml-examples-main)
389+
View more examples of training with serverless compute at:-
390+
* [Quick Start](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/quickstart.ipynb)
391+
* [Train Model](https://github.com/Azure/azureml-examples/blob/main/tutorials/get-started-notebooks/train-model.ipynb)

0 commit comments

Comments
 (0)