diff --git a/deep-learning/20231204.PyTorch-install.md b/deep-learning/20231204.PyTorch-install.md new file mode 100644 index 0000000..db7703a --- /dev/null +++ b/deep-learning/20231204.PyTorch-install.md @@ -0,0 +1,13 @@ +PyTorch Installation +==================== + + +Selecting PyTorch target (CPU/GPU) for conda install +---------------------------------------------------- + +See: https://pytorch.org/get-started/locally/https://pytorch.org/get-started/locally/ + +There are a selector box in the page above to select which commands to +use to install Torch. + +