Skip to content

Commit 2a647c5

Browse files
authored
Fix the broken url link (#6500)
Simple changes to fix the Intel cpu example link and add more xpu examples. Signed-off-by: roger feng <roger.feng@intel.com>
1 parent 3b09d94 commit 2a647c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/_tutorials/accelerator-setup-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ ipex_model = ipex.llm.optimize(deepspeed_model)
9595
```
9696
to get model optimzied by Intel Extension for PyTorch.
9797

98-
## More example for using DeepSpeed with Intel Extension for PyTorch on Intel Architecture CPU
99-
Refer to https://github.com/intel/intel-extension-for-pytorch/tree/main/examples/cpu/inference/python/llm for more extensive guide.
98+
## More examples for using DeepSpeed on Intel CPU
99+
Refer to [LLM examples](https://github.com/intel/intel-extension-for-pytorch/tree/main/examples/cpu/llm) for more code samples of running inference with DeepSpeed on Intel CPU.
100+
100101

101102
# Intel XPU
102103
DeepSpeed XPU accelerator supports Intel® Data Center GPU Max Series.
@@ -131,8 +132,8 @@ XPU available: True
131132
accelerator: xpu
132133
```
133134

134-
## More example for using DeepSpeed on Intel XPU
135-
Refer to https://github.com/intel/intel-extension-for-pytorch/tree/release/xpu/2.1.40/examples/gpu/inference/python/llm for more extensive guide.
135+
## More examples for using DeepSpeed on Intel XPU
136+
Refer to [LLM examples](https://github.com/intel/intel-extension-for-pytorch/tree/xpu-main/examples/gpu/llm), [Megatron-DeepSpeed training examples](https://github.com/intel/intel-extension-for-deepspeed/tree/main/examples) for more code samples of running LLM with DeepSpeed on Intel XPU.
136137

137138

138139
# Huawei Ascend NPU

0 commit comments

Comments
 (0)