Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example repository links #1249

Merged
merged 2 commits into from
Nov 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cml comment create report.md
### Getting Started

1. Fork our
[example project repository](https://github.com/iterative/example_cml).
[example project repository](https://github.com/iterative-test/cml-example-base).

> :warning: Note that if you are using GitLab,
> [you will need to create a Personal Access Token](https://github.com/iterative/cml/wiki/CML-with-GitLab#variables)
Expand Down Expand Up @@ -632,11 +632,11 @@ apt-get install -y nodejs

These are some example projects using CML.

- [Basic CML project](https://github.com/iterative/cml_base_case)
- [CML with DVC to pull data](https://github.com/iterative/cml_dvc_case)
- [CML with Tensorboard](https://github.com/iterative/cml_tensorboard_case)
- [CML with a small EC2 instance](https://github.com/iterative/cml-runner-base-case)
- [Basic CML project](https://github.com/iterative-test/cml-example-minimal)
- [CML with DVC to pull data](https://github.com/iterative-test/cml-example-dvc)
- [CML with Tensorboard](https://github.com/iterative-test/cml-example-tensorboard)
- [CML with a small EC2 instance](https://github.com/iterative-test/cml-example-cloud)
:key:
- [CML with EC2 GPU](https://github.com/iterative/cml_cloud_case) :key:
- [CML with EC2 GPU](https://github.com/iterative-test/cml-example-cloud-gpu) :key:

:key: needs a [PAT](#environment-variables).