From be83cc558fc054a88320c7831e12ffb93b16d8f1 Mon Sep 17 00:00:00 2001 From: Naiyuan Liu Date: Wed, 25 Aug 2021 18:45:03 +0800 Subject: [PATCH] Update preparation.md --- docs/guidance/preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidance/preparation.md b/docs/guidance/preparation.md index 689969c..dc7f766 100644 --- a/docs/guidance/preparation.md +++ b/docs/guidance/preparation.md @@ -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.***