fengding
fengding
Do you make sure "system" can allocate different device for different container ?
@pallavijaini0525 Can we close the issue ?
It looks your platform is windows + cpu with iGPU. Could you follow this page, https://pytorch-extension.intel.com/installation?platform=gpu&version=v2.6.10%2Bxpu&os=windows&package=pip, and check by ``` python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__);...