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:
vmagelo 2021-03-24 17:12:07 +01:00 коммит произвёл GitHub
Родитель 5df8021372
Коммит d1696ed189
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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