Skip to content

Commit

Permalink
cache-dotcache: true
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Dec 19, 2024
1 parent 5871d24 commit 6d4d68a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/docker/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ RUN apt-get update -qq \


VOLUME /builds/worker/checkouts
VOLUME /builds/worker/.cache
1 change: 1 addition & 0 deletions taskcluster/kinds/bicleaner/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -c
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/evaluate-quantized/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -c
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/evaluate-teacher-ensemble/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
# The two sed commands here are the unfortunate result of us consuming
# a marian config that was produced by an earlier step. These configs
# have hardcoded absolute paths to the models they were trained on,
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/evaluate/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ task-defaults:

run:
using: run-task
cache-dotcache: true
# The two sed commands here are the unfortunate result of us consuming
# a marian config that was produced by an earlier step. These configs
# have hardcoded absolute paths to the models they were trained on,
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/finetune-student/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ tasks:
from-parameters: training_config.marian-args.training-student-finetuned
run:
using: run-task
cache-dotcache: true
command:
- bash
- -cx
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/score/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -c
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/train-backwards/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -cx
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/train-student/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tasks:
from-parameters: training_config.marian-args.training-student
run:
using: run-task
cache-dotcache: true
command:
- bash
- -cx
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/train-teacher/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ tasks:
from-parameters: training_config.marian-args.training-teacher
run:
using: run-task
cache-dotcache: true
# order of comma separated datasets is important
command:
- bash
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/train-vocab/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -c
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/translate-corpus/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -xc
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/translate-mono-src/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -xc
Expand Down
1 change: 1 addition & 0 deletions taskcluster/kinds/translate-mono-trg/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ tasks:

run:
using: run-task
cache-dotcache: true
command:
- bash
- -xc
Expand Down

0 comments on commit 6d4d68a

Please sign in to comment.