Skip to content

Commit

Permalink
WIP: try to use d2g for train-backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed May 21, 2024
1 parent 509ff72 commit 34541b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions taskcluster/kinds/train-backwards/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ tasks:
- worker.env
worker-type:
by-tasks-for:
github-pull-request: b-largegpu
default: b-largegpu-largedisk
github-pull-request: b-largegpu-d2g
default: b-largegpu-d2g-largedisk

worker:
docker-image: {"in-tree": "train"}
max-run-time: 2592000
# train_taskcluster.py exits with 17 if a request to Taskcluster fails
retry-exit-status: [17]

env:
ARTIFACT_EXT: zst
COMPRESSION_CMD: zstdmt
Expand All @@ -72,6 +75,7 @@ tasks:

# Weight & Biases publication token is stored in that secret
TASKCLUSTER_SECRET: project/translations/level-1/weights-and-biases

artifacts:
- name: public/build
path: artifacts
Expand Down

0 comments on commit 34541b3

Please sign in to comment.