Skip to content

Commit

Permalink
Fix the broken url link (#6500)
Browse files Browse the repository at this point in the history
Simple changes to fix the Intel cpu example link and add more xpu
examples.

Signed-off-by: roger feng <roger.feng@intel.com>
  • Loading branch information
rogerxfeng8 authored Sep 6, 2024
1 parent 3b09d94 commit 2a647c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/_tutorials/accelerator-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ ipex_model = ipex.llm.optimize(deepspeed_model)
```
to get model optimzied by Intel Extension for PyTorch.

## More example for using DeepSpeed with Intel Extension for PyTorch on Intel Architecture CPU
Refer to https://github.com/intel/intel-extension-for-pytorch/tree/main/examples/cpu/inference/python/llm for more extensive guide.
## More examples for using DeepSpeed on Intel CPU
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.


# Intel XPU
DeepSpeed XPU accelerator supports Intel® Data Center GPU Max Series.
Expand Down Expand Up @@ -131,8 +132,8 @@ XPU available: True
accelerator: xpu
```

## More example for using DeepSpeed on Intel XPU
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.
## More examples for using DeepSpeed on Intel XPU
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.


# Huawei Ascend NPU
Expand Down

0 comments on commit 2a647c5

Please sign in to comment.