Skip to content

Commit 5cc288a

Browse files
refactor: update titles and descriptions for clarity in Flyte documentation
1 parent 00f191e commit 5cc288a

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

content/learning-paths/servers-and-cloud-computing/flyte-with-grpc/install-flyte.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
2-
title: Install Flyte and Dependencies
2+
title: Install Flyte and gRPC tools on Axion
33
weight: 4
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9+
## Prepare the development environment
910

1011
In this section, you prepare a SUSE Linux Enterprise Server (SLES) arm64 virtual machine and install the core components required to build machine learning workflow pipelines using Flyte.
1112

1213
Flyte provides workflow orchestration for scalable ML pipelines, while gRPC enables efficient communication between distributed services used within those pipelines.
1314

14-
This environment ensures that the workflow orchestration tools and communication libraries run natively on Arm-based Axion processors.
15+
Running these tools natively on Arm-based Axion processors ensures efficient execution of ML workflows.
1516

1617
## Architecture overview
1718

18-
This architecture represents a single-node development environment used to build and run distributed machine learning workflows.
19+
The development environment consists of a single-node setup used to build and run distributed machine learning workflows.
1920

2021
```text
2122
SUSE Linux Enterprise Server (arm64)

content/learning-paths/servers-and-cloud-computing/flyte-with-grpc/instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create a Google Axion C4A arm64 virtual machine on GCP
2+
title: Create a Google Axion C4A Arm virtual machine
33
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9-
## Provision a Google Axion C4A arm64 virtual machine
9+
## Provision Google Axion infrastructure
1010

1111
In this section you'll create a Google Axion C4A arm64 virtual machine on Google Cloud Platform. You'll use the `c4a-standard-4` machine type, which provides 4 vCPUs and 16 GB of memory. This virtual machine hosts your Flyte ML Workflow with gRPC applications.
1212

content/learning-paths/servers-and-cloud-computing/flyte-with-grpc/run-ml-pipeline.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Run ML Training Pipeline
2+
title: Execute and validate the ML pipeline
33
weight: 7
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9+
## Run the distributed ML workflow
10+
911
In this section, you execute the distributed machine learning pipeline built using **Flyte and gRPC**.
1012

1113
The ML workflow will:
@@ -107,7 +109,7 @@ Feature gRPC service running on port 50051
107109
Generating feature for: 20
108110
```
109111

110-
This confirms that the Flyte workflow successfully communicated with the gRPC service.
112+
The output confirms that the Flyte workflow successfully communicated with the gRPC service.
111113

112114
## What you've learned and what's next
113115

0 commit comments

Comments
 (0)