Commit fea607f
1 file changed
+1
-1
lines changedSubmodule CTranslate2 updated 31 files
- .github/workflows/ci.yml+46-38
- CHANGELOG.md+18-3
- CMakeLists.txt+34-31
- README.md+1-1
- docker/Dockerfile+3-3
- docker/build_all.sh+1-1
- docs/installation.md+2-2
- docs/requirements.txt+2-2
- docs/translation.md+1-1
- include/ctranslate2/layers/wav2vec2.h+22-8
- include/ctranslate2/layers/wav2vec2bert.h+15-3
- python/cpp/wav2vec2.cc+3-2
- python/cpp/whisper.cc+1
- python/ctranslate2/converters/eole_ct2.py+352
- python/ctranslate2/converters/opennmt_tf.py+5-3
- python/ctranslate2/converters/transformers.py+284-2
- python/ctranslate2/converters/utils.py+5-3
- python/ctranslate2/specs/wav2vec2_spec.py+19-5
- python/ctranslate2/specs/wav2vec2bert_spec.py+15-4
- python/ctranslate2/version.py+1-1
- python/setup.py+2-2
- python/tests/requirements.txt+1-3
- python/tools/prepare_build_environment_macos.sh+1-1
- python/tools/prepare_build_environment_windows.sh+4-4
- src/layers/wav2vec2.cc+54-33
- src/layers/wav2vec2bert.cc+12-4
- src/models/wav2vec2.cc+6-1
- src/models/wav2vec2bert.cc+1-2
- tools/benchmark/opennmt_ende_wmt14/ctranslate2/Dockerfile+2-2
- tools/benchmark/opus_mt_ende/ctranslate2/Dockerfile+1-1
- tools/benchmark/opus_mt_ende/marian/Dockerfile+1-1
0 commit comments