Required For application integration
LocalEndpoint
The high-level local-only GGUF facade: verified files, bounded loading, isolated sessions, UAIX context evidence, and deterministic greedy generation.
Public NuGet package family for .NET
Local GGUF and LLaMA runtime packages for .NET, with a managed CPU application path and explicit backend registration, probing, and capability surfaces.
dotnet add package UAIX.LmRuntime.LocalEndpoint
Required For application integration
UAIX.LmRuntime.LocalEndpointVerified local file intake, bounded loading, isolated sessions, and deterministic greedy generation.
Package selection
Install LocalEndpoint for the managed CPU application path. Reference a lower layer, backend registration, or native-asset identity only when the host owns that exact responsibility.
Required For application integration
LocalEndpointThe high-level local-only GGUF facade: verified files, bounded loading, isolated sessions, UAIX context evidence, and deterministic greedy generation.
Required For explicit backend registration, probing, selection, and fallback evidence
AccelerationExplicit backend contracts, registration, capability declarations, local probing, deterministic selection, and visible CPU fallback.
Required For the package-visible managed CPU backend and explicit CPU fallback identity
Backends.CpuManagedThe explicit managed .NET CPU backend registration, capability declaration, device identity, and no-native-asset compatibility lane.
Required For CUDA backend registration and fail-closed CUDA diagnostics
Backends.CudaCUDA backend registration, declared compatibility metadata, runtime identifiers, and fail-closed local probe diagnostics.
Required For DirectML backend registration and fail-closed DirectML diagnostics
Backends.DirectMLDirectML backend registration, declared compatibility metadata, runtime identifiers, and fail-closed local probe diagnostics.
Required For Vulkan backend registration and fail-closed Vulkan diagnostics
Backends.VulkanVulkan backend registration, declared compatibility metadata, runtime identifiers, and fail-closed local probe diagnostics.
Required For ROCm backend registration and fail-closed ROCm diagnostics
Backends.RocmROCm backend registration, declared compatibility metadata, runtime identifiers, and fail-closed local probe diagnostics.
Required For Metal backend registration and fail-closed Metal diagnostics
Backends.MetalMetal backend registration, declared compatibility metadata, runtime identifiers, and fail-closed local probe diagnostics.
Required For the Windows x64 modern CUDA native-asset package slot
Backends.Cuda.Native.win-x64RID-specific NuGet package slot for modern Windows x64 CUDA native assets under runtimes/win-x64/native/.
Required For the separate Windows x64 Tesla K80 compute-capability 3.7 native-asset package slot
Backends.Cuda.LegacyK80.win-x64RID-specific NuGet package slot for Tesla K80 legacy CUDA native assets under runtimes/win-x64/native/.
Required For GGUF inspection and validation
GgufBounded GGUF parsing, metadata and tensor catalogs, strict validation, sharding, hashing, and mapped tensor access.
Required For token selection and stop handling
SamplingGreedy and probability sampling, logit transforms, deterministic random state, top-k/top-p filtering, stop matching, and generation control.
Required For managed CPU math
Kernels.CpuReference, portable-vector, AVX2-aware, half-precision, and quantized CPU kernels with explicit dispatch and parity checks.
Required For tokenizer and chat-template work
TokenizationGGUF tokenizer metadata, tokenizer factories and engines, special-token handling, chat templates, truncation, safety, and parity tools.
Required For LLaMA graph/session internals
Models.LlamaLLaMA-family configuration, tensor binding, mapped weight sources, reference forward execution, sessions, KV cache, generation, persistence, and parity evidence.
Required For runtime-neutral contracts
AbstractionsStable runtime contracts, request and response models, diagnostics, and governance interfaces.
Required For tensor layout and storage metadata
TensorsTensor shapes, data types, GGML storage traits, quantized-block metadata, and reference vector math.
Fast path
Create a console app, install LocalEndpoint, supply trusted model identity, load the verified GGUF file, create an isolated session, generate locally, and dispose the session before the model.
dotnet new console --name LocalModelSample
cd LocalModelSample
dotnet add package UAIX.LmRuntime.LocalEndpoint
The package does not download a model. Use a local GGUF artifact whose source, license, SHA-256, byte count, tokenizer, and architecture you have reviewed.
Layer ownership
The model pipeline and backend-selection branch remain explicit. Every guide and NuGet page lists exact direct dependencies.
Current public scope
Treat package publication, declared compatibility, successful probing, and executed model evidence as separate states.
Find what you need
Install LocalEndpoint for managed CPU application integration, or choose a lower-level package for backend selection, backend registration, native assets, GGUF, tokenization, sampling, CPU kernels, tensors, contracts, or direct LLaMA execution.
Useful to your audience? Share or link to the specific source.
UAIX.LmRuntime — Local GGUF and LLaMA runtime packages for .NET with managed CPU execution and explicit backend contracts.