Fix contrib instructions to point to azureml-web instead of azureml-e… (#45)
* Fix contrib instructions to point to azureml-web instead of azureml-examples. * Typos. * Add space in not to add extra noise to PR.
This commit is contained in:
Родитель
5df8021372
Коммит
d1696ed189
|
@ -12,7 +12,7 @@ Make PR's against the `main` branch
|
|||
|
||||
```bash
|
||||
git clone git@github.com:Azure/azureml-web.git
|
||||
cd azureml-examples
|
||||
cd azureml-web
|
||||
git checkout -b user/contrib
|
||||
```
|
||||
|
||||
|
|
|
@ -277,4 +277,4 @@ echo "Bootstrap complete!"
|
|||
```
|
||||
|
||||
This script will wait for local rank 0 (`$AZ_BATCHAI_TASK_INDEX`) to create its `MARKER` file
|
||||
before the other processes continue.
|
||||
before the other processes continue.
|
||||
|
|
|
@ -52,7 +52,7 @@ of your runs, all their outputs and metrics, and the exact code that was used to
|
|||
|
||||
An Experiment is a collection of runs. All runs belongs to an Experiment. Usually
|
||||
an Experiment is tied to a specific work item, for example, "Finetune Bert-Large",
|
||||
and will posses a number of runs as you iterate toward this goal.
|
||||
and will possess a number of runs as you iterate toward this goal.
|
||||
|
||||
### Snapshot
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче