Skip to content

Commit 4986e9d

Browse files
committed
to 0.1.2
1 parent dd70039 commit 4986e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Converts [NoLanguageLeftBehind](https://arxiv.org/abs/2207.04672) translation mo
1414
1515

1616
- [LocalAgreement policy](https://www.isca-archive.org/interspeech_2020/liu20s_interspeech.pdf)
17-
- Backends: [HuggingFace transformers](https://huggingface.co/docs/transformers/model_doc/auto#transformers.AutoModelForSeq2SeqLM) / [Ctranslate2 Translator](https://opennmt.net/CTranslate2/python/ctranslate2.Translator.html#ctranslate2.Translator.translate_batch) (beta)
17+
- Backends: [HuggingFace transformers](https://huggingface.co/docs/transformers/model_doc/auto#transformers.AutoModelForSeq2SeqLM) / [Ctranslate2 Translator](https://opennmt.net/CTranslate2/python/ctranslate2.Translator.html#ctranslate2.Translator.translate_batch)
1818
- Built for [WhisperLiveKit](https://github.com/QuentinFuxa/WhisperLiveKit)
1919
- 200 languages. See [supported_languages.md](supported_languages.md) for the full list.
2020
- Working on implementing a speculative/self-speculative decoding for a faster decoder, using 600M as draft model, and 1.3B as main model. Refs: https://arxiv.org/pdf/2211.17192: https://arxiv.org/html/2509.21740v1,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nllw"
7-
version = "0.1.1.post1"
7+
version = "0.1.2"
88
description = "Simultaneous Machine Translation (SimulMT) with NLLB model optimization"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)