Package Details: ctranslate2 4.7.1-1

Git Clone URL: https://aur.archlinux.org/ctranslate2.git (read-only, click to copy)
Package Base: ctranslate2
Description: A C++ library for efficient inference with Transformer models.
Upstream URL: https://github.com/OpenNMT/CTranslate2
Licenses: MIT
Submitter: yochananmarqos
Maintainer: lubosz
Last Packager: lubosz
Votes: 5
Popularity: 0.185771
First Submitted: 2023-12-10 15:32 (UTC)
Last Updated: 2026-03-07 13:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

wyrmku commented on 2024-04-10 22:09 (UTC)

if any parents of the build director has a space in it, fails with `/usr/bin/cc is not able to compile a simple test program.``

yochananmarqos commented on 2024-04-02 14:21 (UTC)

@acgtyrant: I'm not sure exactly why the tests fail, that's why they're disabled currently.

acgtyrant commented on 2024-04-02 06:36 (UTC)

Hello, I am trying to determine whether I built ctranslate2 with cuDNN succesfully. However after I added -DBUILD_TESTS='ON' and uncommented the check function, a failure occured in check():

==> Starting check()...
/var/cache/private/pikaur/build/ctranslate2/PKGBUILD: line 125: ./tests/ctranslate2_test: No such file or directory

I appreciate your reading and help!