Skip to content

Commit

Permalink
Bump disk for student (#786)
Browse files Browse the repository at this point in the history
* Bump disk for student

* Fix alias
  • Loading branch information
eu9ene committed Aug 29, 2024
1 parent 82efece commit 012a45c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ local-worker-aliases:
by-worker-class:
gcp-standard: 'b-linux-v100-gpu-4-1tb-standard'
default: 'b-linux-v100-gpu-4-1tb'
# Use for student training, see https://github.com/mozilla/firefox-translations-training/issues/774
b-largegpu-xxlargedisk:
by-worker-class:
gcp-standard: 'b-linux-v100-gpu-4-2tb'
default: 'b-linux-v100-gpu-4-2tb'


# Keys are worker type, and align with the `worker-type` entries in the
# `worker.aliases` above.
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/finetune-student/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks:
# Don't run unless explicitly scheduled
run-on-tasks-for: []

worker-type: b-largegpu-xlargedisk
worker-type: b-largegpu-xxlargedisk
worker:
max-run-time: 2592000
# train_taskcluster.py exits with 17 if a request to Taskcluster fails
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/train-student/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tasks:
worker-type:
by-tasks-for:
github-pull-request: b-largegpu-largedisk
default: b-largegpu-xlargedisk
default: b-largegpu-xxlargedisk
worker:
max-run-time: 2592000
# train_taskcluster.py exits with 17 if a request to Taskcluster fails
Expand Down

0 comments on commit 012a45c

Please sign in to comment.