Open jiqing-feng opened 6 days ago
Thanks @jiqing-feng 🔥, referring to my answer on the related Transformers PR.
We'll prioritize testing and merging this asap, in balance with the other mentioned prios.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Hi @Titus-von-Koeller . I fixed most code formats, but there still remains 2 error
Error: bitsandbytes/__init__.py:68:1: E402 Module level import not at top of file
Error: setup.py:43:5: E722 Do not use bare `except`
These 2 errors conflict with my changes, need your help to deal with them. Thanks!
Hi @Titus-von-Koeller . I fixed most code formats, but there still remains 2 error
Error: bitsandbytes/__init__.py:68:1: E402 Module level import not at top of file Error: setup.py:43:5: E722 Do not use bare `except`
These 2 errors conflict with my changes, need your help to deal with them. Thanks!
Fix all format errors. We can discuss the setup issue after this PR merged.
Hi @Titus-von-Koeller . This PR has 2 changes:
Additionally, we need to change transformers tests for:
See pull/34713
I think we can start to review this PR. I am preparing the XPU test env for you, we can sync it in Slack. Thanks!