Skip to content

Conversation

guozixu2001
Copy link
Contributor

Motivation

Add the PPU “Get Started” documentation.

Modification

  • docs/en/get_started/ppu/get_started.md
  • docs/zh_cn/get_started/ppu/get_started.md

BC-breaking (Optional)

No. Documentation-only changes; no API/behavior changes and no impact on downstream compatibility.

@jinminxi104
Copy link
Collaborator

please also add a support model table on "https://github.com/InternLM/lmdeploy/blob/main/docs/en/supported_models/supported_models.md"
just like the ascend platform at the bottom of the page

@jinminxi104 jinminxi104 marked this pull request as ready for review August 15, 2025 11:06
@jinminxi104 jinminxi104 requested a review from lvhan028 August 15, 2025 11:06
from lmdeploy import PytorchEngineConfig
if __name__ == "__main__":
    pipe = pipeline("internlm/internlm2_5-7b-chat",
     backend_config=PytorchEngineConfig(tp=1, device_type="ppu", eager_mode=True))
Copy link
Collaborator

@lvhan028 lvhan028 Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any special reason to choose the eager mode?

Please read the original [Get Started](../get_started.md) guide before reading this tutorial.

## Installation

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this links describe installation on ascend platform.
cc @jinminxi104

## Installation

Please refer to [dlinfer installation guide](https://github.com/DeepLink-org/dlinfer#%E5%AE%89%E8%A3%85%E6%96%B9%E6%B3%95).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to setup the device software toolkit?

@lvhan028
Copy link
Collaborator

May update the index.rst files

@lvhan028 lvhan028 added the documentation Improvements or additions to documentation label Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants