v3.16.0
版本发布时间: 2023-06-15 23:01:52
OpenNMT/CTranslate2最新发布版本:v4.4.0(2024-09-09 17:21:54)
New features
- Update the Transformers converter to support more architectures:
- Falcon-40B
- XLM-RoBERTa
- Add the generation option
sampling_topp
to enable top-p (nucleus) sampling - Save vocabulary files in the JSON format to better support tokens containing newlines or carriage returns
Fixes and improvements
- Fix the application of
min_length
andmax_length
when usinginclude_prompt_in_result=False
and a batch input with variable lengths: the length constraint should only apply to the sequence after the prompt - Update oneDNN to 3.1.1