Modified the notebooks directory's README file by svenchilton · Pull Request #1102 · pytorch/TensorRT (original) (raw)
Updated the repo's origin and the example container tag. Also split up the docker run commands across several lines to improve legibility.
Signed-off-by: Sven Chilton sven.chilton@gmail.com
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
- Documentation update
Checklist:
- My code follows the style guidelines of this project (You can use the linters)
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas and hacks
- I have made corresponding changes to the documentation
- I have added tests to verify my fix or my feature
- New and existing unit tests pass locally with my changes