Rilasci di LM-Kit.NET

Released: Jan 19, 2025

Aggiornamenti in 2025.1.4

Correzioni

  • 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

Aggiornamenti in 2025.1.3

Funzionalità

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

Correzioni

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

Released: Jan 11, 2025

Aggiornamenti in 2025.1.2

Funzionalità

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

Released: Jan 1, 2025

Aggiornamenti in 2025.1.1

Funzionalità

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