Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 4.63 KB

File metadata and controls

73 lines (57 loc) · 4.63 KB

NInfer documentation

Start with the project README to build NInfer, download a published artifact, and run the CLI or HTTP server. Windows 11 users should also read the Windows guide.

User guides

Document Purpose
CLI text, chat-history, image/video input, output streams, sampling, MTP, and common runtime options
HTTP serving OpenAI Responses/Chat Completions, Anthropic Messages, state, streaming, token counting, authentication, and tool calls
Performance RTX 5090 single-request and concurrent-decode results, MTP/DFlash measurements, and reproduction commands
Windows native Windows 11 x64 requirements, vcpkg setup, build commands, and run notes
Perplexity fixed-corpus and custom-text causal perplexity, comparison rules, progress, and reports
CLI examples committed text, multimodal, thinking, long-decode, and long-context inputs

The executable --help output is the exact source for command-line option spelling and defaults.

Model artifacts

Model Weights Download Versioned model card source
Qwen3.6-27B groupwise-int Hugging Face model card
Qwen3.6-27B nvfp4 Hugging Face model card
Qwen3.8-27B groupwise-int Hugging Face model card
Qwen3.8-27B nvfp4 Hugging Face model card
Qwen3.6-35B-A3B groupwise-int Hugging Face model card

Repository-local guides

Maintainer references

The active references under maintainer/ record current architecture, model, artifact, and maintenance contracts. These files are not additional user workflows or installed API documentation.

The agreed model configuration, weight binding, and execution target architecture defines the intended model/artifact/Op boundaries, converter responsibilities, runtime support checks, and end-to-end design examples. It is a design contract, not a claim of implemented container or runtime support, and contains no migration plan. The references below continue to describe the delivered implementation.

Runtime and Op references:

engine-architecture.md is the sole top-level Engine architecture reference. resource-scheduling-and-context-cache.md is its narrower authority for resource selection, materialization, checkpoint ownership, and replica policy. The remaining files define physical storage, model, artifact, Op, or measurement contracts rather than parallel architecture variants.

Artifact and model references: