We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6c1e commit 4f4a0a6Copy full SHA for 4f4a0a6
ddddorc/README.MD
@@ -8,7 +8,7 @@ pip3 install -r requirements.txt
8
sed -i '' "s/[[:space:]]*device = torch\.device('cuda:{}'/ if hasattr(torch.backends, 'mps') and torch.backends.mps.is_available() and torch.backends.mps.is_built():\n device = torch.device('mps:{}'.format(str(gpu_id)))\n else:\n device = torch.device('cuda:{}'/" nets/__init__.py
9
10
pip3 uninstall onnxruntime
11
-pip3 install onnxruntime-silicon
+pip3 install onnx onnxruntime-silicon
12
pip3 install torch torchvision torchaudio
13
14
0 commit comments