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: docs/source/installation.mdx
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,15 +316,29 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise
316
316
> [!TIP]
317
317
> Intel CPU/XPU backend only supports building from source; for now, please follow the instructions below.
318
318
319
-
It does not need compile CPP codes, all required ops are in[intel_extension_for_pytorch](https://pytorch-extension.intel.com/), please follow the instruction to install ipex.
319
+
It requires[intel_extension_for_pytorch](https://pytorch-extension.intel.com/), please follow the instruction to install ipex.
320
320
321
-
The below commands are for Linux. For installing on Windows, please adapt the below commands according to the same pattern as described [the section above on compiling from source under the Windows tab](#cuda-compile).
321
+
The below commands are for Linux. The ipex does not support Windows.
0 commit comments