Skip to content

Commit

Permalink
Use GCP standard instances for alignment tasks (#907)
Browse files Browse the repository at this point in the history
* Use GCP standard instances for alignment tasks

* Clarify comment
  • Loading branch information
eu9ene authored Oct 30, 2024
1 parent 1f7ab70 commit c95f8f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions taskcluster/configs/config.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,8 @@ taskcluster:
# default: gcp-spot
worker-classes:
default: gcp-spot
# long-running tasks that don't support restarts with continuation like training tasks
alignments-original: gcp-standard
alignments-backtranslated: gcp-standard
alignments-student: gcp-standard
shortlist: gcp-standard

0 comments on commit c95f8f3

Please sign in to comment.