NVIDIA 推出 TensorRT Model Connect 公開預覽版:兩道命令即可將 Hugging Face 檢查點轉換為原生 C++ 推理

2026年8月18日 21:49
站內 AI 整理稿

NVIDIA has released TensorRT Model Connect (TRTMC) in public preview, an open-source project that takes a supported Hugging Face or local checkpoint to end-to-end TensorRT inference in two commands.There is no intermediate ONNX export step.The build produces a versioned .

bundle artifact that runs through native C++ task APIs, so inference can execute in a C++ service, embedded application, or robotics stack without PyTorch in the runtime path.The project is Apache-2.

0 licensed and ships as a collection of family-owned reference implementations rather than a single generic converter.

NVIDIA also states that the entire project — model implementations, performance tuning, tests, integrations, and docs — was built using OpenAI Codex agents under human direction and review.Is it deployable?Yes, for evaluation and native integration work, with real conditions.

The code is open and installable.Release wheels currently target Linux aarch64 only, with Python 3.10 or 3.12, glibc 2.39 or newer, and TensorRT 11.1.0.106.x8664 wheels are not published; x8664 users must take the Docker source-build path.

Company level: Best fit today is teams that already own their inference stack: NVIDIA-shop startups, robotics and device companies, and platform or inference teams inside mid-size and large enterprises.Small teams shipping a Python service get less from it.

Regulated enterprises should wait for a tagged release before standardizing on it.

Industries: Robotics and autonomous machines, industrial inspection and manufacturing, automotive in-vehicle compute, medical devices, defense and aerospace edge systems, and media processing — anywhere inference has to live inside a C++ binary rather than a Python server.

Applications: On-device text generation, speech recognition and synthesis, OCR and document parsing, embeddings and reranking for a retrieval service written in C++, diffusion image and video generation, segmentation, and time-series forecasting.

The two commands The quick start builds and runs Qwen3-0.6B: trtmc build Qwen/Qwen3-0.6B --precision bf16 --max-cache-length 16384 --output qwen3-0.6b.bundle trtmc run ./qwen3-0.6b.bundle --prompt "What is the capital of France?Answer in one word." --chat-template --no-thinking The same .

bundle loads from C++ with trtmc::load("./qwen3-0.6b.bundle").The bundle is the actual design decision TRTMC splits build and runtime at a versioned artifact.Python owns checkpoint resolution and TensorRT engine construction.Native profiles then execute inference in C++ without PyTorch.

A small number of hybrid profiles invoke a helper Python executable, and their manifests declare that dependency explicitly.Applications call task APIs — generate(), transcribe(), generateimage(), embed(), solve() — instead of maintaining conversion stages and per-model application glue.

trtmc inspect exposes bundle kind, model family, precision, runtime identity, and engines, which makes the artifact auditable rather than opaque.

NVIDIA frames the conventional route as PyTorch → ONNX or TorchScript → TensorRT → model-specific C++ integration, and names the failure modes it removes: export gaps, repeated per-model integration, and validation spread across several conversion artifacts.(function(){ var f=document.

getElementById("mtc-trtmc-x7f2-fr"); window.addEventListener("message",function(e){ if(e.data&&e.data.mtcHeight&&f&&e.source===f.contentWindow){f.style.height=e.data.

mtcHeight+"px";} }); })(); Key Takeaways Two commands take a supported Hugging Face checkpoint to native C++ TensorRT inference, with no ONNX step.A versioned .bundle is the handoff between the Python build and a PyTorch-free C++ runtime.

The July 29, 2026 GB300 snapshot covers 105 profiles across 76 families; 102 beat their declared reference by more than 5%.Wheels are Linux aarch64 only today; x8664 requires the Docker source build.Check out the GitHub Repo.

Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?

Connect with us The post NVIDIA Releases TensorRT Model Connect in Public Preview: Hugging Face Checkpoint to Native C++ Inference in Two Commands appeared first on MarkTechPost.

Related

相關文章

鈦媒體模型更新

AI辦公助手,沒有葵花寶典:五款應用萬字實測報告

AGI-Signal2026.08.24 09:12 · 來自北京全文11936字單項冠軍各有其人。2026年上半年,AI辦公賽道發生了一個根本性變化,工具不再滿足於當“對話框”,而是試圖接管完整任務,寫一段文案、做完一份報告、生成一份PPT,甚至跨應用操作。

剛剛

Anthropic新模型偷「吃瓜」,最強Fable 5爆冷

Anthropic 近日推出新款 AI 模型,在內部測試中意外展現「吃瓜」能力,引發社群熱議。該模型不僅能快速理解網路迷因與流行語,更在特定任務上表現出人意料,讓原本被外界視為最強對手的 Fable 5 爆冷落後,業界對這項結果感到相當驚訝。目前 Anthropic 官方尚未針對模型實際表現與測試細節做出完整說明,市場則持續關注後續可能的技術更新與應用方向。

剛剛

Kimi K2.5 月底退役:月之暗面第一代萬億參數多模態模型謝幕

月之暗面官宣第一代萬億參數多模態模型Kimi K2.5將於本月底結束服役。該模型今年1月推出並開源,是Kimi迄今最全能模型,採用原生多模態架構,支持視覺與文本輸入、思考/非思考模式、對話與Agent任務,在Agent、代碼、圖像、視頻及通用智能取得開源SOTA。K3將接力,參數規模再上臺階。

1 小時前4700
雷峰網模型更新

光子躍遷亮相BIRTV 2026:以"AI+影像"重構創作範式,三大板塊解碼下一代影像生態

8月19日,BIRTV 2026(北京國際廣播電影電視展覽會)在北京拉開帷幕。在這場匯聚全球廣電與影像領域頂尖技術與創意的盛會上,光子躍遷以"AI+影像"為核心敘事,攜個人智能影像生態重磅亮相,向行業展示了一個由AI驅動、以人為中心的影像未來。與行業展會常見的深色科技風不同,光子躍遷的展臺以純淨白色為主基調,輔以品牌藍色進行點睛點綴,在千篇一律的深色展臺中脫穎而出,傳遞出品牌年輕、活力、面向未來的基因。

6 小時前