- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thank you for raising the quesiton here,
The error message shows some related dll are not found in the environment. Could you please check if you already install all related SW inlcude oneAPI Base tools and MSVS 2022?
for example, the github issue: ipex-xpu "OSError: [WinError 126] The specified module could not be found." on windows i7-1185G7 · Issue #429 · intel/intel-extension-for-pytorch (github.com)
here is one install guide for your reference:
1. conda create -n ipex_test python=3.10
2.conda activate ipex_test
3. conda install pkg-config libuv
4. python -m pip install torch==2.1.0.post2 torchvision==0.16.0.post2 torchaudio==2.1.0.post2 intel-extension-for-pytorch==2.1.30.post0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
5. pip install dpcpp-cpp-rt==2024.1 mkl-dpcpp==2024.1
6. python -m pip install setuptools==69.5.1
python -m pip install numpy==1.26.4
7. Verify Env is correct : python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];
Please feel free to let me know if any result.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thank you for raising the quesiton here,
The error message shows some related dll are not found in the environment. Could you please check if you already install all related SW inlcude oneAPI Base tools and MSVS 2022?
for example, the github issue: ipex-xpu "OSError: [WinError 126] The specified module could not be found." on windows i7-1185G7 · Issue #429 · intel/intel-extension-for-pytorch (github.com)
here is one install guide for your reference:
1. conda create -n ipex_test python=3.10
2.conda activate ipex_test
3. conda install pkg-config libuv
4. python -m pip install torch==2.1.0.post2 torchvision==0.16.0.post2 torchaudio==2.1.0.post2 intel-extension-for-pytorch==2.1.30.post0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
5. pip install dpcpp-cpp-rt==2024.1 mkl-dpcpp==2024.1
6. python -m pip install setuptools==69.5.1
python -m pip install numpy==1.26.4
7. Verify Env is correct : python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];
Please feel free to let me know if any result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good morning, thank you very much for the response. I apologize for the delay in replying. It works perfectly now, again, thank you so much!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page