mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-28 04:20:49 +02:00
Update dependencies
This commit is contained in:
+4
-4
@@ -40,7 +40,7 @@ module.exports = async kernel =>
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'conda install conda-forge::ffmpeg=7.1.0 --yes',
|
||||
message: 'conda install conda-forge::ffmpeg=5.1.2 --yes',
|
||||
conda:
|
||||
{
|
||||
path: path.resolve(__dirname, '.env')
|
||||
@@ -52,7 +52,7 @@ module.exports = async kernel =>
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'conda install conda-forge::openvino=2024.5.0 --yes',
|
||||
message: 'conda install conda-forge::openvino=2025.0.0 --yes',
|
||||
conda:
|
||||
{
|
||||
path: path.resolve(__dirname, '.env')
|
||||
@@ -66,8 +66,8 @@ module.exports = async kernel =>
|
||||
{
|
||||
message:
|
||||
[
|
||||
'conda install conda-forge::cuda-runtime=12.6.3 conda-forge::cudnn=9.3.0.75 --yes',
|
||||
'pip install tensorrt==10.6.0 --extra-index-url https://pypi.nvidia.com'
|
||||
'conda install conda-forge::cuda-runtime=12.8.0 conda-forge::cudnn=9.7.1.26 --yes',
|
||||
'pip install tensorrt==10.8.0.43 --extra-index-url https://pypi.nvidia.com'
|
||||
],
|
||||
conda:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user