Skip to content

Commit

Permalink
Fixed broken link in README.md (#111)
Browse files Browse the repository at this point in the history
Update README.md

Fixed broken link to distributed training section in beaker docs.
  • Loading branch information
anirudhajith authored Jan 17, 2025
1 parent bfccec9 commit bc2608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ gantry run --dataset 'petew/squad-train:/input-data' -- ls /input-data

### How can I run distributed batch jobs with Gantry?

The three options `--replicas` (int), `--leader-selection` (flag), and `--host-networking` (flag) used together give you the ability to run distributed batch jobs. See the [Beaker docs](https://beaker-docs.apps.allenai.org/distributed-training.html#batch-jobs) for more information.
The three options `--replicas` (int), `--leader-selection` (flag), and `--host-networking` (flag) used together give you the ability to run distributed batch jobs. See the [Beaker docs](https://beaker-docs.apps.allenai.org/experiments/distributed-training.html#batch-jobs) for more information.

### Why "Gantry"?

Expand Down

0 comments on commit bc2608c

Please sign in to comment.