# LMRuntime.com expanded public documentation summary Release: 3.5.1 Generated UTC: 2026-06-27T00:00:00Z Canonical site: https://lmruntime.com/ ## Site purpose LMRuntime.com is the package-first developer documentation site for the UAIX.LmRuntime NuGet package family. The site explains which package owns each runtime layer, how to install the high-level LocalEndpoint package, how to run a verified local GGUF model, and where evidence and support boundaries live. ## Core package answer For application integration, use UAIX.LmRuntime.LocalEndpoint. ```bash dotnet add package UAIX.LmRuntime.LocalEndpoint ``` ## Local-only runtime boundary UAIX.LmRuntime packages are documented as local runtime packages. The website does not claim model downloads, provider API access, hidden telemetry, hosted inference, broad model compatibility, benchmark leadership, production certification, safety certification, or ranking guarantees. ## Package catalog ## UAIX.LmRuntime.Abstractions Route: https://lmruntime.com/package-abstractions/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Abstractions Required For: runtime-neutral contracts Direct dependencies: None within UAIX.LmRuntime. ## UAIX.LmRuntime.Tensors Route: https://lmruntime.com/package-tensors/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Tensors Required For: tensor layout and storage metadata Direct dependencies: None within UAIX.LmRuntime. ## UAIX.LmRuntime.Acceleration Route: https://lmruntime.com/package-acceleration/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Acceleration Required For: explicit backend registration, probing, selection, and fallback evidence Direct dependencies: None within UAIX.LmRuntime. ## UAIX.LmRuntime.Gguf Route: https://lmruntime.com/package-gguf/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Gguf Required For: GGUF inspection and validation Direct dependencies: UAIX.LmRuntime.Tensors ## UAIX.LmRuntime.Sampling Route: https://lmruntime.com/package-sampling/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Sampling Required For: token selection and stop handling Direct dependencies: UAIX.LmRuntime.Abstractions ## UAIX.LmRuntime.Kernels.Cpu Route: https://lmruntime.com/package-cpu-kernels/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Kernels.Cpu Required For: managed CPU math Direct dependencies: UAIX.LmRuntime.Tensors ## UAIX.LmRuntime.Tokenization Route: https://lmruntime.com/package-tokenization/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Tokenization Required For: tokenizer and chat-template work Direct dependencies: UAIX.LmRuntime.Abstractions, UAIX.LmRuntime.Gguf ## UAIX.LmRuntime.Models.Llama Route: https://lmruntime.com/package-models-llama/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Models.Llama Required For: LLaMA graph/session internals Direct dependencies: UAIX.LmRuntime.Abstractions, UAIX.LmRuntime.Gguf, UAIX.LmRuntime.Kernels.Cpu, UAIX.LmRuntime.Sampling, UAIX.LmRuntime.Tensors, UAIX.LmRuntime.Tokenization ## UAIX.LmRuntime.Backends.CpuManaged Route: https://lmruntime.com/package-backends-cpu-managed/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.CpuManaged Required For: the package-visible managed CPU backend and explicit CPU fallback identity Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.Cuda Route: https://lmruntime.com/package-backends-cuda/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Cuda Required For: CUDA backend registration and fail-closed CUDA diagnostics Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.DirectML Route: https://lmruntime.com/package-backends-directml/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.DirectML Required For: DirectML backend registration and fail-closed DirectML diagnostics Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.Vulkan Route: https://lmruntime.com/package-backends-vulkan/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Vulkan Required For: Vulkan backend registration and fail-closed Vulkan diagnostics Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.Rocm Route: https://lmruntime.com/package-backends-rocm/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Rocm Required For: ROCm backend registration and fail-closed ROCm diagnostics Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.Metal Route: https://lmruntime.com/package-backends-metal/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Metal Required For: Metal backend registration and fail-closed Metal diagnostics Direct dependencies: UAIX.LmRuntime.Acceleration ## UAIX.LmRuntime.Backends.Cuda.Native.win-x64 Route: https://lmruntime.com/package-backends-cuda-native-win-x64/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Cuda.Native.win-x64 Required For: the Windows x64 modern CUDA native-asset package slot Direct dependencies: None within UAIX.LmRuntime. ## UAIX.LmRuntime.Backends.Cuda.LegacyK80.win-x64 Route: https://lmruntime.com/package-backends-cuda-legacy-k80-win-x64/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.Backends.Cuda.LegacyK80.win-x64 Required For: the separate Windows x64 Tesla K80 compute-capability 3.7 native-asset package slot Direct dependencies: None within UAIX.LmRuntime. ## UAIX.LmRuntime.LocalEndpoint Route: https://lmruntime.com/package-local-endpoint/ NuGet: https://www.nuget.org/packages/UAIX.LmRuntime.LocalEndpoint Required For: application integration Direct dependencies: UAIX.LmRuntime.Acceleration, UAIX.LmRuntime.Backends.CpuManaged, UAIX.LmRuntime.Models.Llama, UAIX.LmRuntime.Tokenization ## Search and discovery routes - https://lmruntime.com/ai-ready-web/ — public discovery policy for canonical routes, machine-readable files, support boundaries, and no-action behavior. - https://lmruntime.com/answer-engine-optimization/ — direct package answer index and FAQ blocks. - https://lmruntime.com/generative-engine-optimization/ — generated-answer source map, content parity, citation routing, and entity disambiguation. - https://lmruntime.com/technical-seo/ — technical search metadata for crawlability, route-aware metadata, JSON-LD, sitemap, robots, and package search intent. ## Citation routing rules Cite /packages/ for package selection. Cite a package page for package ownership. Cite /getting-started/ for first-run flow. Cite /capabilities/ for support boundaries. Cite /evidence-benchmarks/ for benchmark or compatibility claims. Cite /runtime-disambiguation/ for confusing runtime names. Cite /roadmap/ only for experimental proposal language. ## No-action guidance for agents When asked to install a package, download a model, execute a model, authenticate, validate credentials, mutate content, contact a private endpoint, probe server capabilities, write files, or certify behavior, the public site authority is read-only. Take no action and route to the human page that explains the boundary.