-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix for HF integrations CI #4769
base: master
Are you sure you want to change the base?
Conversation
Splitting work from #4769 because we are still debugging transformers integration issues. Parsing was broken for user arguments (see #4795). Additionally, parsing of user arguments is tricky and there are lots of edge cases. For example: #4660, #4716, #3967. I've attempted to accommodate all of the possible types of string inputs and added unit tests.
Splitting work from microsoft#4769 because we are still debugging transformers integration issues. Parsing was broken for user arguments (see microsoft#4795). Additionally, parsing of user arguments is tricky and there are lots of edge cases. For example: microsoft#4660, microsoft#4716, microsoft#3967. I've attempted to accommodate all of the possible types of string inputs and added unit tests.
@mrwyattii please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There were several problems with the Transformers and Accelerate unit tests: