Skip to main content

Getting Started

Getting Started has one goal: run one GPT-2 request through TensorRT-Model-Connect. Follow these pages in order.

StepPageYou are done when
1System RequirementsThe GPU is visible and you selected wheel or source.
2InstallationThe installed CLI reports TensorRT support.
3Build from SourceOptional: the CLI and native DSOs are built for the selected GPU.
4Quick Start./gpt2.bundle is built and returns generated text.

A successful run proves the selected environment can resolve the checkpoint, build a bundle, load the GPT-2 family runtime, and execute one text request. It does not qualify every model or hardware profile on that machine.

After the first run, continue to Learning Path.