From 4189bb90d9bd37f635d7edf6ecff9e6f50ce96ff Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 10 Jun 2024 14:04:38 -0400 Subject: [PATCH] Start a readme for NVIDIA For brave folks that will build manually their own rpms, here is some help. Signed-off-by: Tom Rix --- README.NVIDIA | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.NVIDIA diff --git a/README.NVIDIA b/README.NVIDIA new file mode 100644 index 0000000..b927f47 --- /dev/null +++ b/README.NVIDIA @@ -0,0 +1,15 @@ +Some help for building this package for NVIDIA/CUDA + +Review NVIDIA's documenation +https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html + +Review PyTorch documentation +https://github.com/pytorch/pytorch#from-source + +Some convience strings to cut-n-paste + +F39 +dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora39/x86_64/cuda-fedora39.repo + +Building is local. +Build machine has a supported GPU, the drivers are loaded and CUDA SDK is installed.