From 175027c90f521c42c0abe09a0a46659dd6769d49 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:39:11 +0800 Subject: [PATCH] Small clarification for windows installation guide (#10002) --- docs/readthedocs/source/doc/LLM/Overview/install_gpu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md index 48d95a89..261c0a30 100644 --- a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md +++ b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md @@ -124,11 +124,11 @@ If you met error when importing `intel_extension_for_pytorch`, please ensure tha conda install libuv ``` -* Make sure you have configured oneAPI environment variables in your command prompt through +* Make sure you have configured oneAPI environment variables in your Anaconda Prompt through ```cmd call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" ``` - Please note that you need to set these environment variables again once you have a new command prompt window. + Please note that you need to set these environment variables again once you have a new Anaconda Prompt window. ## Linux