Add some information in FAQ to help users solve "RuntimeError: could not create a primitive" error on Windows (#11221)

* Add some information to help users to solve "could not create a primitive" error in Windows.

* Small update

---------

Co-authored-by: ATMxsp01 <shou.xu@intel.com>
Co-authored-by: Yuwen Hu <yuwen.hu@intel.com>
This commit is contained in:
Xu, Shuo 2024-06-05 17:57:42 +08:00 committed by GitHub
parent af96579c76
commit a27a559650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,3 +73,7 @@ Make sure intel-basekit>=2024.0.1-43 and intel-level-zero-gpu>=1.3.27191.42-775~
### Too many open files ### Too many open files
You may encounter this error during finetuning, expecially when run 70B model. Please raise the system open file limit using `ulimit -n 1048576`. You may encounter this error during finetuning, expecially when run 70B model. Please raise the system open file limit using `ulimit -n 1048576`.
### `RuntimeError: could not create a primitive` on Windows
This error may happen when multiple GPUs exists for Windows Users. To solve this error, you can open Device Manager (search "Device Manager" in your start menu). Then click the "Display adapter" option, and disable all the GPU device you do not want to use. Restart your computer and try again. IPEX-LLM should work fine this time.