You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Describe your changes
- The CI test on Windows fails occasionally during import of peft. At
https://github.com/huggingface/peft/blob/e7b75070c72a88f0f7926cc6872858a2c5f0090d/src/peft/tuners/boft/layer.py#L30,
the error is `OSError: [WinError 122] The data area passed to a system
call is too small`. This code was added in
huggingface/peft@8111699
which is part of peft version 0.11.0+.
- Revert #1180 since more tests are affected by the same issue. Will
just pin peft version to the previous stable version 0.10.0 until the
issue is fully investigated and resolved.
## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.
## (Optional) Issue link
0 commit comments