cml.dev icon indicating copy to clipboard operation
cml.dev copied to clipboard

๐Ÿ”— CML website and documentation

Results 85 cml.dev issues
Sort by recently updated
recently updated
newest added

### v1 ```mermaid graph TD start[How to Install CML] --> Dq{Using your own Docker image?} Dq-->|Yes| Gq{Using GitHub?} Gq-->|Yes| SC["iterative/setup-cml@v1"] Gq-->|No| MI[cml.dev/doc/install] Dq-->|No| Nq{Using a GPU?} Nq -->|Yes| DG[iterativeai/cml:0-dvc2-base1-gpu] Nq...

documentation
external-request
C: guide

e.g. a GitLab user might delete `tags: [cml]` without realising it is necessary when using `cml runner launch --labels=cml`

documentation
p1-important
external-request
C: guide

Because ` | CML ยท Continuous Machine Learning` is already auto-suffixed to all pages - /doc = Documentation - /doc/start/github = Get Started on GitHub - /usage = Usage -...

documentation
enhancement
p2-nice-to-have

* [ ] AWS instance profiles as per https://github.com/iterative/terraform-provider-iterative/issues/602#issuecomment-1145964625 * [ ] Configuration as part of the workflow variables, as in e.g. ```yaml variables: AWS_ACCOUNT: 000000000000 AWS_DEFAULT_REGION: us-east-1 AWS_REGISTRY: ${AWS_ACCOUNT}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com...

documentation

> https://cml.dev/doc/cml-with-dvc ## Must - [ ] Update CML image - [ ] use `dvc push` to save outputs - [ ] make `dvc pull` failure tolerant. Related: + https://github.com/iterative/dvc/issues/4746...

documentation
p1-important
external-request

Related to #389. In https://cml.dev/doc/cml-with-dvc, the "Create CML report" step is more than half the YAML file for both GH and GL. I think it's a useful example but makes...

documentation
p1-important
external-request
C: guide

https://cml.dev/ "CML Use Cases" only has GH & GL (missing BB) runners. - [x] add Bitbucket tab to https://github.com/iterative/cml.dev/blob/master/src/components/pages/Home/UseCasesSection/index.tsx (#362) + [ ] sort out demo repos https://github.com/iterative/cml-examples-dev/issues/9 + [x]...

documentation
p1-important
epic

The following pull request have introduced some drastic naming changes that should be documented: * https://github.com/iterative/cml/pull/1026 * https://github.com/iterative/cml/pull/1073 > **Note** > Closing this issue won't only require updating the documentation,...

documentation
p1-important
epic

1. example repos 2. tutorial - [ ] CML + DVC + [ ] self-hosted (GPU) + long-job - [ ] CML + tensorboard: https://github.com/DavidGOrtega/fashion_mnist + [ ] without GPU...

documentation

I have the following GitHub action file, ```sh jobs: deploy-runner: runs-on: ubuntu-20.04 steps: - uses: iterative/setup-cml@v1 - uses: actions/checkout@v2 - name: Deploy runner on GCP env: REPO_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}...

documentation