Skip to content
Prev Previous commit
Next Next commit
fix header
  • Loading branch information
thevishalagarwal committed Sep 4, 2025
commit a14018977f8ced26265968d62f1270da6ee5a83d
2 changes: 1 addition & 1 deletion docs/build/eps.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Dockerfile instructions are available [here](https://github.com/microsoft/onnxru

See more information on the TensorRT RTX Execution Provider [here](../execution-providers/TensorRTRTX-ExecutionProvider.md).

## Minimum requirements
### Minimum requirements

| ONNX Runtime | TensorRT-RTX | CUDA Toolkit |
| :----------- | :----------- | :------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/TensorRTRTX-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ There are two other ways to quick generate an EP context model
**ONNXRuntime Perf Test**

```sh
onnxruntime_perf_test.exe -e nvtensorrtrtx -I -r 1 "/path/to/model.onnx" --compile_ep_context --compile_model_path "/path/to/model_ctx.onnx"
onnxruntime_perf_test.exe -e nvtensorrtrtx -I -r 1 --compile_ep_context --compile_model_path "/path/to/model_ctx.onnx" "/path/to/model.onnx"
```

**Python Script**
Expand Down
Loading