Skip to content

Commit 4f4a0a6

Browse files
authored
Update README.MD
1 parent c5f6c1e commit 4f4a0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddddorc/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip3 install -r requirements.txt
88
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
99
1010
pip3 uninstall onnxruntime
11-
pip3 install onnxruntime-silicon
11+
pip3 install onnx onnxruntime-silicon
1212
pip3 install torch torchvision torchaudio
1313
1414

0 commit comments

Comments
 (0)