Reword to make TensorRT model singular

This commit is contained in:
Nate Meyer 2023-01-05 20:28:29 -05:00
parent 804909c927
commit 4e07277214

View File

@ -171,9 +171,9 @@ There are improved capabilities in newer GPU architectures that TensorRT can ben
### Generate Models ### Generate Models
The models used for TensorRT must be preprocessed on the same hardware platform that they will run on. This means that each user must run additional setup to generate these model files for the TensorRT library. A script is provided that will build several common models. The model used for TensorRT must be preprocessed on the same hardware platform that they will run on. This means that each user must run additional setup to generate a model file for the TensorRT library. A script is provided that will build several common models.
To generate the model files, create a new folder to save the models, download the script, and launch a docker container that will run the script. To generate model files, create a new folder to save the models, download the script, and launch a docker container that will run the script.
```bash ```bash
mkdir trt-models mkdir trt-models