Skip to content

Commit eaa355f

Browse files
committed
Update image widths to 40% and fix broken links
1 parent fd6e27e commit eaa355f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

oncoclear/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OncoClear is an end-to-end MLOps solution that transforms raw diagnostic measure
1818

1919
<div align="center">
2020
<br/>
21-
<img alt="OncoClear Architecture" src=".assets/architecture_diagram.png" width="70%">
21+
<img alt="OncoClear Architecture" src=".assets/architecture_diagram.png" width="40%">
2222
<br/>
2323
</div>
2424

@@ -34,7 +34,7 @@ The OncoClear project consists of four integrated pipelines:
3434

3535
<div align="center">
3636
<br/>
37-
<img alt="Feature Engineering Pipeline" src=".assets/feature_engineering_pipeline.png" width="60%">
37+
<img alt="Feature Engineering Pipeline" src=".assets/feature_engineering_pipeline.png" width="40%">
3838
<br/>
3939
</div>
4040

@@ -46,7 +46,7 @@ The OncoClear project consists of four integrated pipelines:
4646

4747
<div align="center">
4848
<br/>
49-
<img alt="Training Pipeline" src=".assets/training_pipeline.png" width="60%">
49+
<img alt="Training Pipeline" src=".assets/training_pipeline.png" width="40%">
5050
<br/>
5151
</div>
5252

@@ -57,7 +57,7 @@ The OncoClear project consists of four integrated pipelines:
5757

5858
<div align="center">
5959
<br/>
60-
<img alt="Inference Pipeline" src=".assets/inference_pipeline.png" width="60%">
60+
<img alt="Inference Pipeline" src=".assets/inference_pipeline.png" width="40%">
6161
<br/>
6262
</div>
6363

vertex-registry-and-deployer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Welcome to your ZenML project for deploying ML models using Google Cloud's Vertex AI! This project provides a hands-on experience with MLOps pipelines using ZenML and Vertex AI. It contains a collection of ZenML steps, pipelines, and other artifacts to help you efficiently deploy your machine learning models.
55

6-
Using these pipelines, you can run data preparation, model training, registration, and deployment with a single command while using YAML files for [configuration](https://docs.zenml.io/user-guide/production-guide/configure-pipeline). ZenML takes care of tracking your metadata and [containerizing your pipelines](https://docs.zenml.io/how-to/customize-docker-builds).
6+
Using these pipelines, you can run data preparation, model training, registration, and deployment with a single command while using YAML files for [configuration](https://docs.zenml.io/user-guides/production-guide/configure-pipeline). ZenML takes care of tracking your metadata and [containerizing your pipelines](https://docs.zenml.io/how-to/customize-docker-builds).
77

88

99
## 🏃 How to run

zenml-support-agent/run.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
"\u001b[2;36mwill only take effect when you're running ZenML from the initialized repository \u001b[0m\n",
397397
"\u001b[2;36mroot, or from a subdirectory. For more information on repositories and \u001b[0m\n",
398398
"\u001b[2;36mconfigurations, please visit \u001b[0m\n",
399-
"\u001b[2;4;94mhttps://docs.zenml.io/user-guide/starter-guide/understand-stacks.\u001b[0m\n"
399+
"\u001b[2;4;94mhttps://docs.zenml.io/user-guides/starter-guide/understand-stacks.\u001b[0m\n"
400400
]
401401
}
402402
],
@@ -476,7 +476,7 @@
476476
"metadata": {},
477477
"source": [
478478
"#### Stack\n",
479-
"A [stack](https://docs.zenml.io/user-guide/production-guide/understand-stacks) in ZenML is the combination of tools and infrastructure that your pipelines can run on. When you run ZenML code without configuring a stack, the pipeline will run on the so-called default stack.\n",
479+
"A [stack](https://docs.zenml.io/user-guides/production-guide/understand-stacks) in ZenML is the combination of tools and infrastructure that your pipelines can run on. When you run ZenML code without configuring a stack, the pipeline will run on the so-called default stack.\n",
480480
"\n",
481481
"![image.png](attachment:image.png)\n",
482482
"\n",

0 commit comments

Comments
 (0)