LM-Kit.NET 릴리스

Released: Aug 22, 2025

2025.8.4 버젼 업데이트

기능

  • General performance enhancements.

Released: Aug 19, 2025

2025.8.3 버젼 업데이트

기능

  • Introduced the ChatTrainingSample class.
  • Introduced the TrainingDataset class.
  • Added model card for gemma3:270m.
  • Added the SchemaDiscovery and SchemaDiscoveryAsync methods to the TextExtraction class.
  • Added the HasImageSegmentation property to the LM class.
  • Introduced the ImageSegmentation member to the ModelCapabilities enumeration.
  • Introduced the BackgroundDetection class.
  • Added model card for u2net.
  • Improved Categorization engine speed & accuracy.
  • General performance enhancements.

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...