Skip to content

Commit 9509357

Browse files
authored
chore: update resources in README.md (#3780)
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 6707d05 commit 9509357

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ auto results = trt_mod.forward({input_tensor});
9393
```
9494
9595
## Further resources
96+
- [Double PyTorch Inference Speed for Diffusion Models Using Torch-TensorRT](https://developer.nvidia.com/blog/double-pytorch-inference-speed-for-diffusion-models-using-torch-tensorrt/)
9697
- [Up to 50% faster Stable Diffusion inference with one line of code](https://pytorch.org/TensorRT/tutorials/_rendered_examples/dynamo/torch_compile_stable_diffusion.html#sphx-glr-tutorials-rendered-examples-dynamo-torch-compile-stable-diffusion-py)
97-
- [Optimize LLMs from Hugging Face with Torch-TensorRT]() \[coming soon\]
98+
- [Optimize LLMs from Hugging Face with Torch-TensorRT](https://docs.pytorch.org/TensorRT/tutorials/compile_hf_models.html#compile-hf-models)
9899
- [Run your model in FP8 with Torch-TensorRT](https://pytorch.org/TensorRT/tutorials/_rendered_examples/dynamo/vgg16_fp8_ptq.html)
100+
- [Accelerated Inference in PyTorch 2.X with Torch-TensorRT](https://www.youtube.com/watch?v=eGDMJ3MY4zk&t=1s)
99101
- [Tools to resolve graph breaks and boost performance]() \[coming soon\]
100102
- [Tech Talk (GTC '23)](https://www.nvidia.com/en-us/on-demand/session/gtcspring23-s51714/)
101103
- [Documentation](https://nvidia.github.io/Torch-TensorRT/)

0 commit comments

Comments
 (0)