Skip to content

patched CTranslate2 4.8.1+wtrefine1 (cu128)

Choose a tag to compare

@caca2331 caca2331 released this 06 Aug 01:59

WT refine trace extension for the fw-refine ASR backend.

Windows + CPython 3.12 + CUDA 12.8. Self-contained: ctranslate2.dll ships inside the package directory, so no add_dll_directory and no PATH changes are needed. cuBLAS comes from torch (torch/lib/cublas64_12.dll), which [asr] already installs.

Install (after pip install -e ".[asr,harness,dev]"):

pip install --force-reinstall --no-deps <this asset url>

Verify: python -c "import ctranslate2; print(ctranslate2.__version__)" must print 4.8.1+wtrefine1.cu128.

See docs/manual/ct2-wheel.md (users) and docs/ct2-distribution.md (maintainers).