You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/3.x_api/pytorch/image_recognition/torchvision_models/quantization/static_quant/ipex/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ source {DPCPPROOT}/env/vars.sh
34
34
source {MKLROOT}/env/vars.sh
35
35
source {CCLROOT}/env/vars.sh
36
36
source {MPIROOT}/env/vars.sh
37
-
python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.Intel GPU.get_device_properties(i)}') for i in range(torch.Intel GPU.device_count())];"
37
+
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())];"
38
38
```
39
39
Please also refer to this [tutorial](https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu&version=v2.1.30%2bIntel GPU&os=linux%2fwsl2&package=conda) to check system requirements and install dependencies.
0 commit comments