LMSupply.Core 0.78.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LMSupply.Core --version 0.78.0
                    
NuGet\Install-Package LMSupply.Core -Version 0.78.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LMSupply.Core" Version="0.78.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LMSupply.Core" Version="0.78.0" />
                    
Directory.Packages.props
<PackageReference Include="LMSupply.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LMSupply.Core --version 0.78.0
                    
#r "nuget: LMSupply.Core, 0.78.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LMSupply.Core@0.78.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LMSupply.Core&version=0.78.0
                    
Install as a Cake Addin
#tool nuget:?package=LMSupply.Core&version=0.78.0
                    
Install as a Cake Tool

LMSupply.Core

Core components shared across all LMSupply libraries.

Features

  • ExecutionProvider: Unified GPU/CPU selection (Auto, CUDA, DirectML, CoreML, CPU)
  • HuggingFaceDownloader: Model downloading with HuggingFace Hub standard caching
  • DownloadProgress: Detailed download progress reporting
  • Exception Hierarchy: Consistent error handling across libraries

Usage

This package is typically consumed as a dependency by other LMSupply packages:

  • LMSupply.Embedder
  • LMSupply.Reranker
  • LMSupply.Generator
  • LMSupply.Transcriber
  • etc.

Cache Location

Models follow the HuggingFace Hub standard (CacheManager):

  • ~/.cache/huggingface/hub (default)
  • HF_HUB_CACHE environment variable (override)

Non-HF artifacts (ONNX runtime packages, llama-server builds) live outside any hub, under a single LMSupply root (LMSupplyCachePaths):

  • %LOCALAPPDATA%/LMSupply/cache (default)
  • LMSUPPLY_CACHE_DIR environment variable (override)
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on LMSupply.Core:

Package Downloads
LMSupply.Text.Core

Text processing infrastructure for LMSupply - tokenization, vocabulary management, and encoding utilities

LMSupply.Vision.Core

Core vision processing components for LMSupply: image loading, preprocessing, and tensor conversion utilities shared by LMSupply.Captioner and LMSupply.Ocr.

LMSupply.Generator

A .NET library for local LLM text generation via GGUF/llama-server, with streaming, chat templates, and automatic hardware-aware backend selection. Add LMSupply.Generator.Onnx for ONNX Runtime GenAI models (Phi, etc.).

LMSupply.Llama

llama.cpp server management for LMSupply. Provides llama-server downloading, GPU detection, and server pooling for GGUF model inference.

LMSupply.Embedder

A simple .NET library for local text embeddings with automatic model downloading from HuggingFace. Supports CUDA and CoreML GPU acceleration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.81.1 0 9/26/2026
0.81.0 0 9/26/2026
0.80.0 0 9/26/2026
0.79.3 26 9/26/2026
0.79.2 33 9/26/2026
0.79.1 60 9/26/2026
0.79.0 68 9/26/2026
0.78.0 76 9/26/2026
0.77.0 75 9/25/2026
0.76.0 90 9/25/2026
0.75.0 187 9/24/2026
0.74.0 165 9/24/2026
0.73.0 243 9/23/2026
0.72.1 314 9/23/2026
0.72.0 331 9/22/2026
0.71.0 321 9/22/2026
0.70.0 314 9/21/2026
0.69.0 287 9/21/2026
0.68.3 605 9/18/2026
0.68.2 291 9/18/2026
Loading failed