Skip to content

Releases: eole-nlp/eole

0.6.0

Choose a tag to compare

@vince62s vince62s released this 02 Jul 15:31
90d994f
  • missing files by @vince62s in #395
  • Add MetricX scoring, scorer-based early stopping, and external scorers by @dameikle in #393
  • Replace torchaudio audio preprocessing with torchcodec and pure torch mel by @dameikle in #397

Full Changelog: 0.5.3...0.6.0

0.5.3

Choose a tag to compare

@vince62s vince62s released this 23 Jun 09:02
8cd5af9

What's Changed

  • Support MoE Marlin fused cuda kernel by @vince62s in #348
  • update docusaurus by @vince62s in #350
  • Self contained Marlin kernel (do not depend on gptqmodel) by @vince62s in #352
  • split fused_moe_int4 into triton and marlin by @vince62s in #353
  • fix compile bug with marlin kernel by @vince62s in #356
  • Fix AudioPredictor missing streamer parameter by @dameikle in #355
  • fix bug default sliding window should be 0 not 4096 at conversion by @vince62s in #357
  • Support anthropic like api + Claude Code by @vince62s in #354
  • fix sliding attention - add chunked prefill + chunk cache by @vince62s in #340
  • Add autocast support for MPS by @dameikle in #365
  • Fix id_tokenization check to scan all transforms by @yjymosheng in #364
  • "-gpu" flag doesn't exist; it should be "-gpu_ranks" by @Geremia in #363
  • Move LoRa embedding validation to config layer by @yjymosheng in #367
  • convert_HF.py: add --check-tensors and --config-only flags by @vince62s in #361
  • Enable runnning inference directly on supported HF models by @vince62s in #374
  • fix pydantic and doc stuff by @vince62s in #383
  • Add trackio experiment tracking as an optional logging backend by @dameikle in #385
  • Add Gemma4 support by @vince62s in #382
  • Add native COMET/KIWI scoring with encoder scorer models by @dameikle in #390

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

Choose a tag to compare

@vince62s vince62s released this 15 Mar 13:35
2391f6f

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

Eole 0.5.1

Choose a tag to compare

@vince62s vince62s released this 01 Mar 17:57
2258c58

0.5.0

Choose a tag to compare

@vince62s vince62s released this 28 Jan 18:55
65706f3

What's Changed

Full Changelog: 0.4.4...0.5.0

0.4.4

Choose a tag to compare

@vince62s vince62s released this 10 Jan 19:30
20bac2f

What's Changed

  • refactor use of vLLM ops - optimize tensor shapes for Rope by @vince62s in #289
  • Refactor model class by @vince62s in #290
  • Refactor dynamic iterator and tokenization workflow by @vince62s in #291
  • Refactor train / train_single / trainer workflow for better readability - small fixes to distributed ops by @vince62s in #292
  • Cleanrecipe by @vince62s in #293
  • refactor inference_engine class and adjust distributed classes by @vince62s in #294
  • Refactor encoders (more pythonic) by @vince62s in #296
  • refactor and clean adapters classes by @vince62s in #298
  • Refactor decoder classes - cross attention / other implications by @vince62s in #299

Full Changelog: 0.4.3...0.4.4

0.4.3

Choose a tag to compare

@vince62s vince62s released this 26 Dec 10:03
fc75232

What's Changed

  • Dynamic batching server / OpenAI like API (on top of the proprietary one) / load test tool by @vince62s in #283
  • few fixes by @vince62s in #284
  • fix vllm regression in dispatch forward by @vince62s in #286

Full Changelog: 0.4.2...0.4.3

0.4.2

Choose a tag to compare

@vince62s vince62s released this 11 Dec 07:45
46cfa6b

What's Changed

  • Add Deepseek OCR demo scripts by @vince62s in #277
  • various fixes + Ministral3 (3B/8B/14B) support by @vince62s in #279
  • Support batches of images with HunyuanOCR by @vince62s in #280
  • Add xdrope for HunyuanOCR (even though does not seem to improve results) by @vince62s in #281

Full Changelog: 0.4.1...0.4.2

0.4.1

Choose a tag to compare

@vince62s vince62s released this 01 Dec 15:12
1ac154c

What's Changed

0.4.0

Choose a tag to compare

@vince62s vince62s released this 18 Nov 16:56
69f7c03

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0