OpenNMT
Open Source Neural Machine Translation and (Large) Language Models in PyTorch observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 47
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3479
- days_rel: n/a
- days_push: 323
- n_releases_24m: 0
Adoption not part of the score
7012 stars · 2497 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OpenNMT is an open-source ecosystem for neural machine translation and sequence learning, with PyTorch (OpenNMT-py) and TensorFlow (OpenNMT-tf) implementations. It supports training and serving Transformer and other seq2seq models, plus LLM finetuning with quantization and LoRA, and is complemented by CTranslate2 for fast inference.
Use cases
- train a custom neural machine translation model
- translate text between languages with a transformer model
- finetune a 7B LLM on a single GPU with 4-bit quantization and LoRA
- build a summarization model from my own data
- serve a translation model behind an API
- train a language model on a custom corpus
- run efficient transformer inference on CPU with CTranslate2
- do seq2seq research with configurable architectures
When to choose
- you need a production-proven, highly configurable NMT training framework
- you want both PyTorch and TensorFlow options for sequence-to-sequence tasks
- you need multi-GPU/multi-node training, beam search, ensembling, and model serving
- you want to finetune or run large language models with quantization
When to avoid
- you want actively developed successors - OpenNMT-py is no longer actively supported in favor of Eole
- you need general-purpose LLM tooling beyond translation/seq2seq where Hugging Face Transformers is a better fit
- you only need inference without training - CTranslate2 alone may suffice
Facets
framework · maturity maintenance
machine-learning deep-learning llm-training llm-inference nlp machine-learning deep-learning large-language-models python neural-machine-translation pytorch tensorflow seq2seq transformer lora quantization ctranslate2 summarization language-modeling natural-language-processing linux macos gpu docker
9 sources
- readme: https://github.com/OpenNMT/OpenNMT-py · fetched 2026-08-28 · 3cd2f12123e6
- homepage: https://opennmt.net/ · fetched 2026-08-29 · 6b7bdc18d456
- site_page: https://opennmt.net/features · fetched 2026-08-29 · 8d357a23c9a1
- registry_pypi: https://pypi.org/pypi/opennmt-py/json · fetched 2026-08-29 · a3a7fc161a1a
- registry_pypi: https://pypi.org/pypi/opennmt-tf/json · fetched 2026-08-29 · e302b16042bd
- site_page: https://opennmt.net/FAQ · fetched 2026-08-29 · aedd69eb321a
- site_page: https://opennmt.net/OpenNMT-py · fetched 2026-08-29 · a75a2445e82b
- site_page: https://opennmt.net/OpenNMT-tf · fetched 2026-08-29 · fff14ddab972
- site_page: https://opennmt.net/CTranslate2 · fetched 2026-08-29 · bf8fb38c69d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| OpenNMT/OpenNMT-py | main | 44 |
| OpenNMT/OpenNMT | mirror | 10 |
| OpenNMT/OpenNMT-tf | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="OpenNMT/OpenNMT-py")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem