Skip to content

Commit

Permalink
Update Marian to v1.12.14 2d067afb 2024-02-16 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
eu9ene authored Mar 28, 2024
1 parent 55ab1fc commit 7a15b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RUN ./compile-preprocess.sh preprocess/build $(nproc)

RUN git clone https://github.com/marian-nmt/marian-dev.git marian-dev
# Use the same revision as in taskcluster/kinds/fetch/toolchains.yml
RUN cd marian-dev && git checkout e8a1a2530fb84cbff7383302ebca393e5875c441
# it corresponds to v1.12.14 2d067afb 2024-02-16 11:44:13 -0500
RUN cd marian-dev && git checkout 2d067afb9ce5e3a0b6c32585706affc6e7295920
RUN ./compile-marian.sh marian-dev/build $(nproc) false

ENV MARIAN=/builds/worker/tools/marian-dev/build
Expand Down
3 changes: 2 additions & 1 deletion taskcluster/kinds/fetch/toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ marian:
fetch:
type: git
repo: https://github.com/marian-nmt/marian-dev
revision: e8a1a2530fb84cbff7383302ebca393e5875c441
# v1.12.14 2d067afb 2024-02-16 11:44:13 -0500
revision: 2d067afb9ce5e3a0b6c32585706affc6e7295920
path-prefix: marian-source
include-dot-git: true

Expand Down

0 comments on commit 7a15b5e

Please sign in to comment.