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/cpu/llm/README.md
+54-11Lines changed: 54 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,71 @@ And a set of data types are supported for various scenarios, including FP32, BF1
7
7
8
8
# 2. Environment Setup
9
9
10
-
**Note**: The instructions in this section will setup an environment with a recent PyTorch\* nightly build and **a latest source build of IPEX**.
11
-
If you would like to use stable PyTorch\* and IPEX release versions, please refer to the instructions [in the release branch](https://github.com/intel/intel-extension-for-pytorch/blob/v2.6.0%2Bcpu/examples/cpu/llm/README.md#2-environment-setup),
12
-
in which IPEX is installed via prebuilt wheels using `pip install` rather than source code building.
10
+
## 2.1 [RECOMMENDED] Docker-based environment setup with pre-built wheels
13
11
14
-
**Note**: Please be aware that in order to enable the latest optimizations for MoE models (DeepSeek, Mixtral, etc.) in `DeepSpeed`,
15
-
we are setting a different argument for `env_setup.sh` in IPEX v2.6.0+cpu comparing with previous versions,
16
-
in order to build `DeepSpeed` from source code with a recent commit.
12
+
```bash
13
+
# Get the Intel® Extension for PyTorch\* source code
0 commit comments