upd modules versions

This commit is contained in:
iperov 2022-08-18 22:15:57 +04:00
parent 358aea9b67
commit 763db97d75
2 changed files with 7 additions and 7 deletions

View file

@ -475,16 +475,16 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
builder.install_pip_package('h5py')
builder.install_pip_package('numexpr')
builder.install_pip_package('protobuf==3.20.1')
builder.install_pip_package('opencv-python==4.5.5.64')
builder.install_pip_package('opencv-contrib-python==4.5.5.64')
builder.install_pip_package('pyqt6==6.3.0')
builder.install_pip_package('onnx==1.11.0')
builder.install_pip_package('opencv-python==4.6.0.66')
builder.install_pip_package('opencv-contrib-python==4.6.0.66')
builder.install_pip_package('pyqt6==6.3.1')
builder.install_pip_package('onnx==1.12.0')
if backend == 'cuda':
builder.install_pip_package('torch==1.10.0+cu113 torchvision==0.11.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
builder.install_pip_package('onnxruntime-gpu==1.11.1')
builder.install_pip_package('onnxruntime-gpu==1.12.1')
elif backend == 'directml':
builder.install_pip_package('onnxruntime-directml==1.11.1')
builder.install_pip_package('onnxruntime-directml==1.12.1')
builder.install_ffmpeg_binaries()