Skip to content

Commit

Permalink
Update preparation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NNNNAI authored Aug 25, 2021
1 parent dabbaea commit be83cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guidance/preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conda create -n simswap python=3.6
conda activate simswap
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
(option): pip install --ignore-installed imageio
pip install insightface==0.2.1 onnxruntime-gpu moviepy
pip install insightface==0.2.1 onnxruntime moviepy
(option): pip install onnxruntime-gpu (If you want to reduce the inference time)(It will be diffcult to install onnxruntime-gpu , the specify version of onnxruntime-gpu may depends on your machine and cuda version.)
```
- ***We have now updated the prepare document. The main change gpu version of onnx is supported now. If you have configured the environment before, now use pip install onnxruntime-gpu ,You can increase the computing speed.***
Expand Down

0 comments on commit be83cc5

Please sign in to comment.