Skip to content

Bug fixed: changes made in jupyter notebooks #532

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

smedhe
Copy link

@smedhe smedhe commented Aug 5, 2025

The device_group arg is deprecated from compile and added in generate method,

…in generate method,

changes made in jupyter notebooks

Signed-off-by: Sharvari Medhe <[email protected]>
" device_group=[0],\n",
")"
"qeff_model.compile(num_cores=14, mxfp6=True)\n",
"# the device_group arg is deprecated from compile and added in generate method"
Copy link
Contributor

Choose a reason for hiding this comment

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

its not deprecated instead renamed to device_id. However, you can skip setting device_id explicitly as the device will be automatically selected using the auto device picker during execution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants