mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Fix cuda and cudnn values
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ module.exports = async kernel =>
|
||||
{
|
||||
message:
|
||||
[
|
||||
'conda install -y --override-channels cudatoolkit 11.8.0 cudnn 8.4.1.50 -c conda-forge'
|
||||
'conda install -y --override-channels cudatoolkit=11.8.0 cudnn=8.4.1.50 -c conda-forge'
|
||||
],
|
||||
conda:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user