Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuMohandas committed Sep 20, 2023
1 parent 4f77019 commit a0548f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/courses/mlops/jobs-and-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ With all of our ML workloads implemented (and tested), we're ready to go to prod

### Script

Since we have our CLI commands for our ML workloads, we could just execute them one-by-one on our local machine or Workspace. But for efficiency, we're going to combine them all into one script. We'll organize this under a []`workloads.sh`](https://github.com/GokuMohandas/Made-With-ML/blob/main/deploy/jobs/workloads.sh){:target="_blank"} bash script inside our [`deploy/jobs`](https://github.com/GokuMohandas/Made-With-ML/tree/main/deploy/jobs){:target="_blank"} directory. Here the workloads are very similar to our CLI commands but we have some additional steps to print and save the logs from each of our workloads. For example, our data validation workload looks like this:
Since we have our CLI commands for our ML workloads, we could just execute them one-by-one on our local machine or Workspace. But for efficiency, we're going to combine them all into one script. We'll organize this under a [`workloads.sh`](https://github.com/GokuMohandas/Made-With-ML/blob/main/deploy/jobs/workloads.sh){:target="_blank"} bash script inside our [`deploy/jobs`](https://github.com/GokuMohandas/Made-With-ML/tree/main/deploy/jobs){:target="_blank"} directory. Here the workloads are very similar to our CLI commands but we have some additional steps to print and save the logs from each of our workloads. For example, our data validation workload looks like this:

```bash
# deploy/jobs/workloads.sh
Expand Down

0 comments on commit a0548f2

Please sign in to comment.