Clarify CUDA 12 and TensorRT requirements in README and playgroground and update pre-commit #29
+78
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
TITLE
Update pre-commit hooks and enhance README with CUDA and TensorRT instructions
CONTEXT
This PR was created to update the pre-commit hooks to their latest versions and to provide clearer instructions for setting up CUDA and TensorRT, which are essential for local inference using onnxruntime. The changes aim to improve the development workflow and ensure that users have the necessary environment setup for optimal performance.
KEY CHANGES
.pre-commit-config.yaml
to use newer versions of pre-commit hooks.README.md
with detailed instructions for installing CUDA 12 and TensorRT.notebooks/playground.ipynb
to demonstrate available runtime types and usage of OnnxRuntime with CUDA and TensorRT.IMPACT
TECHNICAL DETAILS
.pre-commit-config.yaml
to ensure compatibility and leverage new features or fixes.README.md
to guide users through setting up the necessary dependencies for onnxruntime.notebooks/playground.ipynb
to illustrate the use of different runtime types and configurations.