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
path: root/tests
AgeCommit message (Expand)Author
2022-11-07Rename TranslatorPool -> Translator and GeneratorPool -> Generator (#969)Guillaume Klein
2022-11-04Remove options normalize_scores and allow_early_exit (#968)Guillaume Klein
2022-11-02Integrate the Whisper model from OpenAI (#956)Guillaume Klein
2022-10-26Add Conv1D operator and layer (#941)Guillaume Klein
2022-10-25Simplify extension of ReplicaPool (#947)Guillaume Klein
2022-10-21Allow running the encoder without the lengths vector (#942)Guillaume Klein
2022-10-20Generalize disable_unk implementation to support a list of tokens (#940)Guillaume Klein
2022-09-28Update deprecated GoogleTest macro (#924)Guillaume Klein
2022-09-14Get more candidates from topk to replace finished hypotheses (#911)Guillaume Klein
2022-09-02Improve support of restricted vocabulary in decoding (#904)Guillaume Klein
2022-08-29Fix biased decoding when the target vocabulary is restricted (#898)Guillaume Klein
2022-08-03Add option to not expand unlikely alternatives (#890)Guillaume Klein
2022-07-06Fix application of max_decoding_length in return_alternatives mode (#866)Guillaume Klein
2022-06-30Add option no_repeat_ngram_size to prevent repetitions of ngrams (#854)Guillaume Klein
2022-06-21Factorize layer creation (#846)Guillaume Klein
2022-06-20Define float16_t type in public headers (#841)Guillaume Klein
2022-06-13Fix tests compilation with CUDA enabledGuillaume Klein
2022-06-03Apply max_input_length to the actual model input, not the user input (#820)Guillaume Klein
2022-06-03Fix crash of scoring methods on empty inputs (#819)Guillaume Klein
2022-04-12Define ModelReplica to dissociate the model runtime from the weights (#771)Guillaume Klein
2022-04-04Cache output layer transformations when possible (#764)Guillaume Klein
2022-03-16Manage empty inputs in sample method (#677)Guillaume Klein
2022-03-15Improve correctness of the scoring output (#736)Guillaume Klein
2022-03-14Allow batch encoding in return_alternatives mode (#735)Guillaume Klein
2022-02-25Add Swish activation (#719)Guillaume Klein
2022-02-01Round value before cast in quantization (#704)Guillaume Klein
2022-01-20Fix copy of a storage with a zero dimension (#695)Guillaume Klein
2022-01-18Generalize batching to support additional input streams (#692)Guillaume Klein
2021-12-02Factorize the test data path getterGuillaume Klein
2021-11-19Add a CUDA kernel for Multinomial op (#631)Guillaume Klein
2021-11-19Reduce multi-head attention based on options alignment_{layer,heads} (#630)Guillaume Klein
2021-11-15Improve implementation of the repetition penalty (#616)Guillaume Klein
2021-11-10Avoid creation of vector in storage indexing method (#618)Guillaume Klein
2021-10-26Add options max_input_length to truncate long inputs (#605)Guillaume Klein
2021-10-22Add repetition penalty in beam search (#601)Guillaume Klein
2021-10-15Apply LogSoftMax in-place during decoding (#584)Guillaume Klein
2021-10-08Fix correctness of returned normalized score (#575)Guillaume Klein
2021-10-04Fix in-place implementation of Gather op (#573)Guillaume Klein
2021-09-02Add CUDA implementation for the Tile operator (#549)Guillaume Klein
2021-07-30Remove time dimension when decoding step by step (#530)Guillaume Klein
2021-07-26Add a scoring API (#522)Guillaume Klein
2021-07-21Prepare the length mask before calling SoftMax op (#517)Guillaume Klein
2021-06-21Delegate bias and activation to operators (#499)Guillaume Klein
2021-06-18Support float16 type in GELU operator (#497)Guillaume Klein
2021-06-14Create background thread after instance has been initializedGuillaume Klein
2021-06-14Disable test on AArch64Guillaume Klein
2021-06-10Add a translation wrapper that buffers and batches incoming inputs (#486)Guillaume Klein
2021-06-09Revert "Add a translation wrapper that buffers and batches incoming inputs"Guillaume Klein
2021-06-09Add a translation wrapper that buffers and batches incoming inputsGuillaume Klein
2021-06-08Add translation option to return normalized scores (#484)Guillaume Klein