-
Notifications
You must be signed in to change notification settings - Fork 195
Fix for issue #81 #84
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
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.
Tested changes, fixes error regarding the rope type and the configuration python files.
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 good to me!
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.
Example changes look good to me
SUMMARY:
Fix for #81
steps:
llm-compressor/examples/big_model_offloading/big_model_fp8.py
line 34 frommodel_stub = "meta-llama/Meta-Llama-3-70B-Instruct"
to
model_stub = "microsoft/Phi-3-medium-128k-instruct"
the output config.json will get rid of line 201 from
"type": "longrope"
to
"type": "su"
TEST PLAN:
Run the code to completion, make sure that the issue does not come up.