Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 3.44 KB

File metadata and controls

63 lines (47 loc) · 3.44 KB

NInfer documentation

Start with the project README to build NInfer, download a published artifact, and run the CLI or HTTP server.

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

Runtime and Op references:

Artifact and model references:

Pending implementation work: