From 6e3015b7295e8476b46ae4c95f2e2cffb53253f9 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Mon, 18 Mar 2024 18:02:28 -0400 Subject: [PATCH] * Added stub notes for installing PyTorch from source. (WIP) --- deep-learning/20231204.PyTorch-install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deep-learning/20231204.PyTorch-install.md 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. + +