Enable 5-bit support on MLX#20811
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20811
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 166 PendingAs of commit 9e8ef77 with merge base f4b01a8 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
| bits = (qmax - qmin + 1).bit_length() - 1 | ||
| if bits not in [2, 4, 6, 8]: | ||
| if bits not in [2, 4, 5, 6, 8]: | ||
| return None |
There was a problem hiding this comment.
wondering what will be happend if return None? rasie error?
No description provided.