diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 10:44:47 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 10:44:47 +0100 |
| commit | 7986689cb620e3c21ce4833e1b3a4dff10cc6494 (patch) | |
| tree | 4aa9d265a61bf262c97748bb234488a00556236a | |
| parent | d86bff271a4e600b4caedb49da141ed0efaa6c72 (diff) | |
gnu: ctranslate2: Update to 4.7.1.
* gnu/packages/machine-learning.scm (ctranslate2): Update to 4.7.1.
Change-Id: I8ddf3d1c860e2a56e0d4177fda951e7b19bbaab2
| -rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 735001e013e..c896f7da8ff 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6176,7 +6176,7 @@ Jax, PyTorch and TensorFlow — with a seamless integration between them.") (define-public ctranslate2 (package (name "ctranslate2") - (version "4.6.3") + (version "4.7.1") (source (origin (method git-fetch) @@ -6184,7 +6184,7 @@ Jax, PyTorch and TensorFlow — with a seamless integration between them.") (url "https://github.com/OpenNMT/CTranslate2") (commit (string-append "v" version)))) (file-name (git-file-name "CTranslate2" version)) - (sha256 (base32 "1msmf1imgvmhji48mjj8cq5y8d8fk8rywqh624vmilfawq75f497")) + (sha256 (base32 "09gr7pvc2b4xacjg8jbb20rini51071q2x998h88jr85wp5a8824")) (patches (search-patches "ctranslate2-local-build.patch")))) (build-system cmake-build-system) (arguments |
