Commit 5e885a1
authored
fix: re-enable Torch-TensorRT model generation for SM 12.1
Removes a temporary skip in qa/common/gen_qa_model_repository that previously
prevented Torch-TensorRT QA model generation on devices with compute capability
12.1 (NVIDIA GB10 / DGX Spark). The skip was added when TensorRT lacked the
required convolution kernels for SM 12.1; that gap has been resolved in
TensorRT 10.16.1.11 (current pytorch:26.05), so torchtrt_model_store builds
end-to-end on GB10 hardware.
Also bumps the copyright year on the modified file to 2026.1 parent ab68625 commit 5e885a1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
0 commit comments