Ross ROSS = Recommend OSS · open-source software intelligence for agents

OpenNMT

Open Source Neural Machine Translation and (Large) Language Models in PyTorch observed · 2026-08-28

github.com/OpenNMT/OpenNMT-py · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
OpenNMT/OpenNMT-pymain44
OpenNMT/OpenNMTmirror10
OpenNMT/OpenNMT-tfmain23

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