From 72d3ea64c90450e9aecb58b0dc455424c996249b Mon Sep 17 00:00:00 2001 From: bkerbl Date: Thu, 6 Jul 2023 19:42:28 +0200 Subject: [PATCH] Readme update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b299f2..0858696 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,10 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc - Please see FAQ for smaller VRAM configurations ### Software Requirements -- C++ Compiler (we *recommend* Visual Studio 2019 for Windows) -- CUDA 11 SDK for PyTorch extensions (we used 11.8) - Conda (recommended for easy setup) +- C++ Compiler for PyTorch extensions (we *recommend* Visual Studio 2019 for Windows) +- CUDA 11 SDK for PyTorch extensions (we used 11.8) +- C++ Compiler and CUDA SDK must be compatible ### Setup