diff --git a/docs/mddocs/Overview/install_gpu.md b/docs/mddocs/Overview/install_gpu.md index 0746dad2..f6cd5e98 100644 --- a/docs/mddocs/Overview/install_gpu.md +++ b/docs/mddocs/Overview/install_gpu.md @@ -169,13 +169,7 @@ Please also set the following environment variable if you would like to run LLMs #### 1. Error loading `intel_extension_for_pytorch` -If you met error when importing `intel_extension_for_pytorch`, please ensure that you have completed the following steps: - -* Ensure that you have installed Visual Studio with "Desktop development with C++" workload. - -* Make sure that the correct version of oneAPI, specifically 2024.0, is installed. - -* Ensure that `libuv` is installed in your conda environment. This can be done during the creation of the environment with the command: +If you met error when importing `intel_extension_for_pytorch`, please ensure that `libuv` is installed in your conda environment. This can be done during the creation of the environment with the command: ```cmd conda create -n llm python=3.11 libuv ``` @@ -184,12 +178,6 @@ If you met error when importing `intel_extension_for_pytorch`, please ensure tha conda install libuv ``` - - ## Linux ### Prerequisites