-
Notifications
You must be signed in to change notification settings - Fork 607
add ppu quick start doc #3841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add ppu quick start doc #3841
Conversation
please also add a support model table on "https://github.com/InternLM/lmdeploy/blob/main/docs/en/supported_models/supported_models.md" |
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)) |
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
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). | ||
|
There was a problem hiding this comment.
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?
May update the index.rst files |
Motivation
Add the PPU “Get Started” documentation.
Modification
BC-breaking (Optional)
No. Documentation-only changes; no API/behavior changes and no impact on downstream compatibility.