From 9daca293b74aa5b27a6786a4d92dcb70c57e654a Mon Sep 17 00:00:00 2001 From: bkerbl Date: Tue, 11 Jul 2023 20:13:00 +0200 Subject: [PATCH] highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b500b4a..aa6f305 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc ### Software Requirements - Conda (recommended for easy setup) - C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows) -- CUDA SDK 11.7+ for PyTorch extensions (we used 11.8, known issues with 11.6) +- CUDA SDK 11.7+ for PyTorch extensions (we used 11.8, **known issues with 11.6**) - C++ Compiler and CUDA SDK must be compatible ### Setup