Skip to content

Commit

Permalink
fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
emattia committed Apr 11, 2024
1 parent 3a43e5d commit bf43237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/scaling/compute/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Using Parallelism

In the Metaflow basics section, you learned about the [`foreach`](/metaflow/basics#foreach) pattern for creating many parallel copies of steps.

Check warning on line 3 in docs/scaling/compute/README.md

View workflow job for this annotation

GitHub Actions / Run linters

Line length: Expected: 100; Actual: 143
You've also learned about how to [use the `@resources`, `@kubernetes`, or `@batch` decorator](http://localhost:3000/scaling/remote-tasks/introduction#requesting-resources-with-resources-decorator) to scale single-node tasks up.
You've also learned about how to [use the `@resources`, `@kubernetes`, or `@batch` decorator](/scaling/remote-tasks/introduction) to scale single-node tasks up.

Check warning on line 4 in docs/scaling/compute/README.md

View workflow job for this annotation

GitHub Actions / Run linters

Line length: Expected: 100; Actual: 161

In the section, the focus is on how to use Metaflow for parallel computing. There are two places to get started, depending on your interest:

Check warning on line 6 in docs/scaling/compute/README.md

View workflow job for this annotation

GitHub Actions / Run linters

Line length: Expected: 100; Actual: 140
1. Click on [Using GPUs with Metaflow](/scaling/parallel-compute/use-gpus.md) if you want a general primer on using GPUs with Metaflow. This is useful if you want to set up or use your Metaflow deployment to run GPU tasks.
2. Click on [Multi-node Metaflow tasks](/scaling/parallel-compute/multi-node.md) if you want to run more than one copy of a Metaflow step like a foreach, but where the tasks can communicate with each other. This is useful in HPC and distributed training contexts.
1. Click on [Using accelerators with Metaflow](/scaling/compute/use-accelerators.md) if you want a general primer on using GPUs with Metaflow. This is useful if you want to set up or use your Metaflow deployment to run GPU tasks.

Check warning on line 7 in docs/scaling/compute/README.md

View workflow job for this annotation

GitHub Actions / Run linters

Line length: Expected: 100; Actual: 229
2. Click on [Multi-node Metaflow tasks](/scaling/compute/multi-node.md) if you want to run more than one copy of a Metaflow step like a foreach, but where the tasks can communicate with each other. This is useful in HPC and distributed training contexts.

Check warning on line 8 in docs/scaling/compute/README.md

View workflow job for this annotation

GitHub Actions / Run linters

Line length: Expected: 100; Actual: 255

0 comments on commit bf43237

Please sign in to comment.