Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10Bump version to 3.0.1HEADv3.0.1masterGuillaume Klein
2022-11-08Do not implicitly add the startoftranscript token (#980)Guillaume Klein
2022-11-07Fix typo in Whisper exampleGuillaume Klein
2022-11-07Update docker/login-action to fix deprecation warning (#977)Guillaume Klein
2022-11-07Update github-pages-deploy-action to fix deprecation warning (#978)Guillaume Klein
2022-11-07Bump version to 3.0.0v3.0.0Guillaume Klein
2022-11-07Rename WhisperModel to Whisper (#976)Guillaume Klein
2022-11-07Rename TranslatorPool -> Translator and GeneratorPool -> Generator (#969)Guillaume Klein
2022-11-07Synchronize the stream instead of the device when the worker goes idle (#973)Guillaume Klein
2022-11-07Check dtype of Conv1D input (#974)Guillaume Klein
2022-11-04Add entry page for speech recognitionGuillaume Klein
2022-11-04Extend StorageView example with CUDAGuillaume Klein
2022-11-04Update conversion.mdGuillaume Klein
2022-11-04Support conversion of OpenNMT-py V3 checkpoints (#970)Guillaume Klein
2022-11-04Remove options normalize_scores and allow_early_exit (#968)Guillaume Klein
2022-11-04Update oneMKL to 2022.2 (#972)Guillaume Klein
2022-11-04Update oneDNN to 2.7.1 (#971)Guillaume Klein
2022-11-02Rename client translate to ct2-translator (#960)Guillaume Klein
2022-11-02Remove compatibility for reading the score result as a list (#966)Guillaume Klein
2022-11-02Integrate the Whisper model from OpenAI (#956)Guillaume Klein
2022-11-02Update pybind11 to 2.10.1 (#964)Guillaume Klein
2022-11-02Rename TranslationStats to ExecutionStats (#965)Guillaume Klein
2022-11-02Rename OpenNMTTFConverterV2 to OpenNMTTFConverter (#958)Guillaume Klein
2022-11-02Rename consume_* methods to translate_* (#963)Guillaume Klein
2022-11-02Remove unused Model::load overload (#962)Guillaume Klein
2022-11-02Remove support for Python 3.6 (#957)Guillaume Klein
2022-11-02Update standard to C++17 (#961)Guillaume Klein
2022-10-31Remove support for CUDA 10 (#959)Guillaume Klein
2022-10-28Move model-specific logic out of the base Transformers conversion class (#954)Guillaume Klein
2022-10-28Accept more input types in forward_batch method (#955)Guillaume Klein
2022-10-28Update cibuildwheel to 2.11.2 (#953)Guillaume Klein
2022-10-28Add method post_batch in ReplicaPool class (#952)Guillaume Klein
2022-10-28Align the layer norm epsilon value with PyTorch (#951)Guillaume Klein
2022-10-28Fix attribute name when checking if a weight is quantizable (#950)Guillaume Klein
2022-10-26Fix minor typo in profile section nameGuillaume Klein
2022-10-26Add method Generator.forward_batch to get the full model output (#949)Guillaume Klein
2022-10-26Add config.json file in the model directory (#948)Guillaume Klein
2022-10-26Add Conv1D operator and layer (#941)Guillaume Klein
2022-10-25Expose StorageView in the Python module (#946)Guillaume Klein
2022-10-25Simplify extension of ReplicaPool (#947)Guillaume Klein
2022-10-21Split the Python module into multiple source files (#945)Guillaume Klein
2022-10-21Split Python tests into multiple files (#944)Guillaume Klein
2022-10-21Allow running the encoder without the lengths vector (#942)Guillaume Klein
2022-10-21Update GitHub actions to fix some warnings (#943)Guillaume Klein
2022-10-20Generalize disable_unk implementation to support a list of tokens (#940)Guillaume Klein
2022-10-19Add a model factory with self-registration (#938)Guillaume Klein
2022-10-18Define base implementation for is_packable (#937)Guillaume Klein
2022-10-18Move some attributes under the encoder/decoder scope (#936)Guillaume Klein
2022-10-17Allow linear layers fusion when some layers don't have a bias (#935)Guillaume Klein
2022-10-17Fixes typo (#934)Jordi Mas