Skip to content

Commit

Permalink
Add some information in FAQ to help users solve "RuntimeError: could …
Browse files Browse the repository at this point in the history
…not create a primitive" error on Windows (intel#11221)

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

* Small update

---------

Co-authored-by: ATMxsp01 <[email protected]>
Co-authored-by: Yuwen Hu <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent af96579 commit a27a559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/readthedocs/source/doc/LLM/Overview/FAQ/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.

0 comments on commit a27a559

Please sign in to comment.