-
Couldn't load subscription status.
- Fork 134
Porting ERNIE 4.5 and ERNIE 4.5 MoE model support #1779
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
Conversation
Signed-off-by: wangyafeng <[email protected]>
Signed-off-by: vasqu <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
|
Did we do anything specific for Gaudi? and have you verified 2 models on Gaudi? |
Basically no modifications. Yes, already validated 2 models on Gaudi.
|
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.
LGTM
Enable ERNIE 4.5 series text generation models including Dense and MoE. This PR contains: - cherry-pick vllm-project#20220 - bugfix vllm-project#21735 (name mistake) then validate on - [ERNIE-4.5-0.3B-PT](https://huggingface.co/baidu/ERNIE-4.5-0.3B-PT) - [ERNIE-4.5-21B-A3B-PT](https://huggingface.co/baidu/ERNIE-4.5-21B-A3B-PT) @Wei-Lin-Intel --------- Signed-off-by: wangyafeng <[email protected]> Signed-off-by: vasqu <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: CSWYF3634076 <[email protected]> Co-authored-by: Anton Vlasjuk <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
Enable ERNIE 4.5 series text generation models including Dense and MoE. This PR contains: - cherry-pick vllm-project#20220 - bugfix vllm-project#21735 (name mistake) then validate on - [ERNIE-4.5-0.3B-PT](https://huggingface.co/baidu/ERNIE-4.5-0.3B-PT) - [ERNIE-4.5-21B-A3B-PT](https://huggingface.co/baidu/ERNIE-4.5-21B-A3B-PT) @Wei-Lin-Intel --------- Signed-off-by: wangyafeng <[email protected]> Signed-off-by: vasqu <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: CSWYF3634076 <[email protected]> Co-authored-by: Anton Vlasjuk <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
Enable ERNIE 4.5 series text generation models including Dense and MoE.
This PR contains:
Ernie 4.5] Name Change for Base 0.3B Model vllm-project/vllm#21735 (name mistake)then validate on
@Wei-Lin-Intel