Add TensorRT support

This commit is contained in:
Henry Ruhs
2024-09-22 16:36:40 +02:00
committed by GitHub
parent 08458cd220
commit 63702a29c4
+12
View File
@@ -61,6 +61,18 @@ module.exports = async kernel =>
}
}
},
{
when: '{{ gpu === "nvidia" }}',
method: 'shell.run',
params:
{
message: 'pip install tensorrt==10.4.0 --extra-index-url https://pypi.nvidia.com --yes',
conda:
{
path: '.env'
}
}
},
{
method: 'shell.run',
params: