Skip to content

Commit

Permalink
Bump version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Mar 6, 2023
1 parent 6e0f757 commit 31ef651
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

### Fixes and improvements

## [v3.8.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.8.0) (2023-03-06)

### New features

* Experimental support of AVX512 in manually vectorized functions: this code path is not enabled by default but can be enabled by setting the environment variable `CT2_FORCE_CPU_ISA=AVX512`
* Add Transformers converter option `copy_files` to copy any files from the Hugging Face model to the converted model directory
* Expose some Whisper parameters:
* `max_initial_timestamp_index`
* `suppress_blank`
* `suppress_tokens`

### Fixes and improvements

* Reduce conversion time for large models by skipping some weights comparisons
* Reduce maximum memory usage when converting Transformers models with `--quantization float16`
* Set FP32 compute type for FP16 convolutions to match the PyTorch behavior and accuracy
* Update oneDNN to 3.0.1

## [v3.7.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.7.0) (2023-02-23)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion python/ctranslate2/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "3.7.0"
__version__ = "3.8.0"

0 comments on commit 31ef651

Please sign in to comment.