LM-Kit.NET のリリース

Released: Jan 19, 2025

2025.1.4 での更新項目

不具合の修正

  • Resolved an inference issue in AOT mode.
  • Resolved a rare race condition in the Vulkan backend during inference.
  • Resolved a segmentation fault in the TextExtraction class.

Released: Jan 18, 2025

2025.1.3 での更新項目

機能

  • Added SetContent method overload that accepts an Attachment to the TextExtraction class, allowing extraction of unstructured content from images.
  • Various performance improvements.
  • Improved Runtime initialization.

不具合の修正

  • Resolved a crash during Qwen2-VL inference on macOS.

Released: Jan 11, 2025

2025.1.2 での更新項目

機能

  • Added initial support for multimodal capabilities with vision handling (VLM).
  • Added support for the LMK model format.
  • Introduced the Prompt class.
  • Introduced the Attachment class.
  • Added overloads to the Submit and SubmitAsync methods in the MultiTurnConversation class to support prompts with image attachments.
  • Added overloads to the Submit and SubmitAsync methods in the SingleTurnConversation class to support prompts with image attachments.
  • Enhanced GPU device memory management.
  • Optimized...

Released: Jan 1, 2025

2025.1.1 での更新項目

機能

  • Optimized dynamic sampling mechanisms.
  • Improved error handling.
  • Added HasVision property to the LM class.
  • Added EnableModelChecksumValidation property to the Configuration class.