mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
update modules versions
This commit is contained in:
parent
d44fb362b7
commit
099402da3e
2 changed files with 5 additions and 5 deletions
|
@ -474,16 +474,16 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
|
|||
builder.install_pip_package('numpy==1.21.5')
|
||||
builder.install_pip_package('h5py')
|
||||
builder.install_pip_package('numexpr')
|
||||
builder.install_pip_package('opencv-python==4.5.5.62')
|
||||
builder.install_pip_package('opencv-contrib-python==4.5.5.62')
|
||||
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.2.3')
|
||||
builder.install_pip_package('onnx==1.11.0')
|
||||
|
||||
if backend == 'cuda':
|
||||
builder.install_pip_package('torch==1.8.1+cu111 torchvision==0.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html')
|
||||
builder.install_pip_package('onnxruntime-gpu==1.10.0')
|
||||
builder.install_pip_package('onnxruntime-gpu==1.11.0')
|
||||
elif backend == 'directml':
|
||||
builder.install_pip_package('onnxruntime-directml==1.10.0')
|
||||
builder.install_pip_package('onnxruntime-directml==1.11.0')
|
||||
|
||||
builder.install_ffmpeg_binaries()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue