@@ -120,7 +120,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
120
120
</ Code >
121
121
< ExampleBox title = "CML Report" >
122
122
< a target = "_blank" rel = "noreferrer" href = "https://github.com/iterative/cml_base_case/pull/2" >
123
- < Image src = "/img/github/base-case-report.png" alt = "Github Base report example" />
123
+ < Image src = "/img/github/base-case-report.png" alt = "GitHub Base report example" />
124
124
</ a >
125
125
</ ExampleBox >
126
126
@@ -138,7 +138,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
138
138
< Tooltip type = "dependencies" >
139
139
< div > < span > - pip install -r requirements.txt</ span > </ div >
140
140
< div > < span > - python train.py # generate plot.png</ span > </ div >
141
- </ Tooltip >
141
+ </ Tooltip >
142
142
< Tooltip type = "reports" >
143
143
< div > < span > # Create CML report</ span > </ div >
144
144
< div > < span > - cat metrics.txt >> report.md</ span > </ div >
@@ -246,7 +246,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
246
246
< Image src = "/img/github/dvc-report.png" alt = "GitHub DVC report example" />
247
247
</ a >
248
248
</ ExampleBox >
249
-
249
+
250
250
</ Collapser >
251
251
) }
252
252
bitbucket = { (
@@ -285,7 +285,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
285
285
< Image src = "/img/bitbucket/dvc-report.png" alt = "Bitbucket DVC report example" />
286
286
</ a >
287
287
</ ExampleBox >
288
-
288
+
289
289
</ Collapser >
290
290
) }
291
291
/>
@@ -358,7 +358,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
358
358
< Image src = "/img/github/tensorboard-report.png" alt = "GitHub Tensorboard report example" />
359
359
</ a >
360
360
</ ExampleBox >
361
-
361
+
362
362
</ Collapser >
363
363
) }
364
364
bitbucket = { (
@@ -390,7 +390,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
390
390
< Image src = "/img/bitbucket/tensorboard-report.png" alt = "Bitbucket Tensorboard report example" />
391
391
</ a >
392
392
</ ExampleBox >
393
-
393
+
394
394
</ Collapser >
395
395
) }
396
396
/>
@@ -492,7 +492,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
492
492
< Image src = "/img/github/cml-runner-report.png" alt = "GitHub Cloud report example" />
493
493
</ a >
494
494
</ ExampleBox >
495
-
495
+
496
496
</ Collapser >
497
497
) }
498
498
bitbucket = { (
@@ -536,7 +536,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
536
536
< Image src = "/img/bitbucket/cml-runner-report.png" alt = "Bitbucket Cloud report example" />
537
537
</ a >
538
538
</ ExampleBox >
539
-
539
+
540
540
</ Collapser >
541
541
) }
542
542
/>
@@ -665,7 +665,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
665
665
< Image src = "/img/github/cloud-report.png" alt = "GitHub Cloud report example" />
666
666
</ a >
667
667
</ ExampleBox >
668
-
668
+
669
669
</ Collapser >
670
670
) }
671
671
bitbucket = { (
@@ -687,12 +687,12 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
687
687
< div > < span > --cloud-region=us-west \</ span > </ div >
688
688
< div > < span > --cloud-type=m5.2xlarge \</ span > </ div >
689
689
< div > < span > --cloud-spot \</ span > </ div >
690
- < div > < span > --labels=cml</ span > </ div >
690
+ < div > < span > --labels=cml.runner </ span > </ div >
691
691
</ Tooltip >
692
692
< div > < span > - step:</ span > </ div >
693
693
< div > < span > name: run</ span > </ div >
694
694
< Tooltip type = "runner" >
695
- < div > < span > runs-on: [self.hosted, cml]</ span > </ div >
695
+ < div > < span > runs-on: [self.hosted, cml.runner ]</ span > </ div >
696
696
</ Tooltip >
697
697
< div > < span > image: iterativeai/cml:0-dvc2-base1</ span > </ div >
698
698
< div > < span > script:</ span > </ div >
0 commit comments