mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-23 06:20:48 +02:00
Add TensorRT support
This commit is contained in:
+12
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user