We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d5574 commit 1583e74Copy full SHA for 1583e74
install.js
@@ -66,8 +66,8 @@ module.exports = async kernel =>
66
{
67
message:
68
[
69
- 'conda install nvidia/label/cuda-12.9.0::cuda-runtime nvidia/label/cudnn-9.10.0::cudnn --yes',
70
- 'pip install tensorrt==10.11.0.33 --extra-index-url https://pypi.nvidia.com'
+ 'conda install nvidia/label/cuda-12.9.1::cuda-runtime nvidia/label/cudnn-9.10.0::cudnn --yes',
+ 'pip install tensorrt==10.12.0.36 --extra-index-url https://pypi.nvidia.com'
71
],
72
conda:
73
0 commit comments