mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-11 07:37:04 -07:00
upgrade to cu11.3 in windows build
This commit is contained in:
parent
65f6085ff6
commit
ce866a3a6c
2 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
|
|||
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('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')
|
||||
elif backend == 'directml':
|
||||
builder.install_pip_package('onnxruntime-directml==1.11.1')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue