-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add EXAONE 4.0 model support for DeepSpeed inference v2 @ #7456
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: master
Are you sure you want to change the base?
Conversation
0f7375e
to
299d96a
Compare
@hwchen2017 @tohtana @tjruwase @loadams Please take a look! |
d6d4e0e
to
11792c2
Compare
6663bf8
to
0b346ec
Compare
Hi @notkisk , I tried to test your code, and get the following error:
Can you show me how you verified the code? Also your can contribute the test code to deepspeed example. |
map.set_transformer_params(['model.layers'], transformer_containers) | ||
|
||
# Create non-transformer container for embedding/output/norm parameters | ||
map.set_non_transformer_params(ExaoneNonTransformerContainer(self._model_config)) |
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.
Looks like that the parameter is supposed to be self.model
- Added @pytest.mark.inference_v2 markers to all test methods in test_exaone.py - This ensures the tests are included in CI workflow runs for inference v2 - Tests will now run automatically with the nv-a6000.yml workflow Signed-off-by: notkisk <[email protected]>
0b346ec
to
f0fcaf5
Compare
#7453
Implements comprehensive support for EXAONE 4.0 models (32B and 1.2B variants) in DeepSpeed's inference v2 framework.
Key features:
Implementation includes:
Validated with EXAONE-4.0-32B and EXAONE-4.0-1.2B models from HuggingFace.