From 771eb14e02cce2564882e62d8bc615f9d64dbc22 Mon Sep 17 00:00:00 2001 From: lancerts Date: Tue, 16 Jan 2024 18:43:42 -0800 Subject: [PATCH] Without MKL installation on windows, people may hit error https://github.com/pytorch/pytorch/issues/117589 --- ...ctices-to-Edit-and-Compile-PyTorch-Source-Code-On-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Best-Practices-to-Edit-and-Compile-PyTorch-Source-Code-On-Windows.md b/Best-Practices-to-Edit-and-Compile-PyTorch-Source-Code-On-Windows.md index 729881b..c609377 100644 --- a/Best-Practices-to-Edit-and-Compile-PyTorch-Source-Code-On-Windows.md +++ b/Best-Practices-to-Edit-and-Compile-PyTorch-Source-Code-On-Windows.md @@ -37,7 +37,7 @@ https://github.com/pytorch/pytorch#from-source ### (Optional) Other Tools -Although `MKL`, `cuDNN`, `oneAPI`, `ONNX Runtime` and some other dependencies may not be necessary for this guide's scope, you may want to install them depending on your needs for other compilation scenarios. +Although `MKL`, `cuDNN`, `oneAPI`, `ONNX Runtime` and some other dependencies may not be necessary for this guide's scope, you may want to install them depending on your needs for other compilation scenarios. [Note: MKL installation is recommended] ### MSVC - Build Tools