Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Marian to v1.12.14 2d067afb 2024-02-16 #491

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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