LM-Kit.NET のリリース

Released: Aug 8, 2025

2025.8.2 での更新項目

機能

  • Introduced the Configuration.FavorDistributedInference property.
  • Added the TargetLanguage property to the Summarizer class.
  • Added the TargetLanguage property to the KeywordExtraction class.
  • Added the RemoveLoraAdapter method to the LM class.
  • Added support for OpenAI gpt-oss models.
  • Added a model card for gptoss:20b.
  • Optimized dynamic sampling mechanisms.
  • Enhanced runtime loading strategy.
  • General performance enhancements.
  • Improved the summarizer and keyword extraction engines introducing...

Released: Aug 2, 2025

2025.8.1 での更新項目

機能

  • Optimized dynamic sampling mechanisms.
  • Enhanced runtime loading strategy.
  • General performance enhancements.

Released: Jul 25, 2025

2025.7.5 での更新項目

機能

  • Introduced the TesseractOcrEngine class.
  • Optimized dynamic sampling mechanisms.

Released: Jul 17, 2025

2025.7.4 での更新項目

機能

  • Added Dynamic LoRA Adapter Loading support.
  • Introduced the LoraAdapter class.
  • Introduced the Adapters property to the LM class.
  • Improved multi-threading support for multimodal inference.

Released: Jul 10, 2025

2025.7.3 での更新項目

機能

  • Added support for SmolLM 3 models family.
  • Added model card for smollm3:3b.
  • Introduced the ExtractionProfiler class.

Released: Jul 7, 2025

2025.7.2 での更新項目

機能

  • Added support for linux-arm64 (CPU, Vulkan and Cuda).
  • Optimized dynamic sampling mechanisms.

不具合の修正

  • Fixed a crash that occurred when aborting speech-to-text tasks.

Released: Jul 1, 2025

2025.7.1 での更新項目

機能

  • Added LoadAsRGB method overload to the ImageBuffer class taking file path as parameter.
  • Added DetectLanguage and DetectLanguageAsync method overload to the TextTranslation class taking an ImageBuffer object as parameter.
  • Introduced the VoiceActivityDetection member to the ModelCapabilities enumeration.
  • Introduced the SpeechToText.SpeechToTextMode enumeration.
  • Introduced the VadSettings class.
  • Added Mode property to the SpeechToText class.
  • Added EnableVoiceActivityDetection property to the...

Released: Jun 27, 2025

2025.6.5 での更新項目

機能

  • Added model cards for mistral-small3.2, magistral-small, whisper-tiny, whisper-base, magistral-small, magistral-medium, whisper-large3 and whisper-large-turbo3.
  • Added the HasSpeechToText property to the LM class.
  • Introduced the SpeechToText member to the ModelCapabilities enumeration.
  • Introduced the WaveFile class.
  • Introduced the SpeechToText class.
  • Introduced the SpeechToText.OnNewSegmentEventArgs class.
  • Introduced the SpeechToText.OnProgressEventArgs class.
  • Introduced the...

Released: Jun 19, 2025

2025.6.4 での更新項目

機能

  • Added the PageElement property to the OcrResult class.
  • Added the Guidance property to the PiiExtraction class.
  • Added the Guidance property to the NamedEntityRecognition class.
  • Minor extraction improvements.

Released: Jun 17, 2025

2025.6.3 での更新項目

機能

  • Added the InnerElements property to the TextExtractionResultElement class.
  • Introduced the PageElement class.
  • Introduced the TextElement class.
  • Added SetText method overload to the Attachment class taking PageElement as parameter.
  • Improved overall extraction accuracy.

不具合の修正

  • Fixed txt file loading issue from the Attachment class.