Releases: jkawamoto/ctranslate2-rs
Releases · jkawamoto/ctranslate2-rs
v0.9.16
v0.9.15
What's Changed
- Add
disable-cpu-dispatchfeature by @jkawamoto in #128
Full Changelog: v0.9.14...v0.9.15
v0.9.14
v0.9.13
What's Changed
- Normalize CUDA_ARCH_LIST and add explicit NVCC gencode flags for >SM99 by @eschmidbauer in #123
New Contributors
- @eschmidbauer made their first contribution in #123
Full Changelog: v0.9.12...v0.9.13
v0.9.12
What's Changed
- Update CTranslate2 to v4.6.1 by @jkawamoto in #121
- v0.9.12 by @jkawamoto in #122
Full Changelog: v0.9.11...v0.9.12
v0.9.11
What's Changed
- Add
systemfeature for external CTranslate2 library usage by @jkawamoto in #108 - Remove
msse4_1feature flag in favor ofsse4.1target feature by @jkawamoto in #119 - Update version and improve macOS build configuration by @jkawamoto in #120
Full Changelog: v0.9.10...v0.9.11
v0.9.10
What's Changed
- Add system-mkl feature and update MKL-related environment handling by @jkawamoto in #115
- Update pre-commit hook and bump version by @jkawamoto in #116
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- CMake options for CUDA switched by @mcf06 in #111
- Add sys::ModelMemoryReader and Whisper::new_from_memory() using it. by @mcf06 in #110
- Add encode() and align() FFI for sys::Whisper. by @mcf06 in #109
- Enable
all-tokenizersfeature in build and test steps by @jkawamoto in #113 - Bump version and improve CI and documentation by @jkawamoto in #114
New Contributors
Full Changelog: v0.9.8...v0.9.9
v0.9.8
What's Changed
- Fix cmake v4 compile error by @jkawamoto in #94
- Optional tokenizers by @frederik-uni in #95
- Stop hardcoding static linking of the C runtime on Windows by @jkawamoto in #99
- Fix CI cache conflicts in parallel job execution by @jkawamoto in #100
- Specify required features for
optandwhisperin Cargo.toml by @jkawamoto in #101 - Replace
intel-mkl-srcwithintel-onemkl-prebuildand update CI by @jkawamoto in #102 - Replace manual path splitting with
env::split_pathsby @jkawamoto in #103 - Integrate oneDNN using
onednn-srccrate by @jkawamoto in #104 - Introduce ct2rs-platform crate by @jkawamoto in #105
- Integrate OpenBLAS support with static linking by @jkawamoto in #106
- Bump version to v0.9.8 by @jkawamoto in #107
New Contributors
- @frederik-uni made their first contribution in #95
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
- Update CTranslate2 to v4.6.0 by @jkawamoto in #92
- Update dependencies, hooks, and improve code readability by @jkawamoto in #93
Full Changelog: v0.9.6...v0.9.7