-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
DeepSpeed CI failures in Transformers with the latest version 0.12.4 but works with 0.12.3 #4795
Labels
Comments
Reverting the PR #4660 resolves the issue (tested it). |
Thanks @pacman100 - I've created a PR to revert it here. Will work on getting that merged. We also know that our nv-transformers-v100 tests are failing with the latest transformers version, we are working on that as well. |
mrwyattii
added a commit
that referenced
this issue
Dec 15, 2023
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.
mauryaavinash95
pushed a commit
to mauryaavinash95/DeepSpeed
that referenced
this issue
Feb 17, 2024
Splitting work from deepspeedai#4769 because we are still debugging transformers integration issues. Parsing was broken for user arguments (see deepspeedai#4795). Additionally, parsing of user arguments is tricky and there are lots of edge cases. For example: deepspeedai#4660, deepspeedai#4716, deepspeedai#3967. I've attempted to accommodate all of the possible types of string inputs and added unit tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DeepSpeed integration CI test suites is failing with ~80+ tests being impacted. https://github.com/huggingface/transformers/actions/runs/7155087776/job/19483398901
It is because the runner is changing the below command:
to
Notice no
"
aroundtranslate English to Romanian:
. Becuase of this HF Argument parser fails leading to many tests being impacted.Maybe the cause: #4660
The text was updated successfully, but these errors were encountered: