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
That is because bnb 0.39.1 returns more params in quantize_blockwise() and requires more params in dequantize_blockwise() (4 params and 2 Nones instead of just (absmax, codebook)): code
can we use 0.38 till the fix? I tried and I am getting these kind of errors.
Jul 19 22:14:44.627 [WARN] [hivemind.averaging.partition.finalize:173] Averaging: received 48.1% results
Jul 19 22:14:16.398 [WARN] [hivemind.averaging.partition.finalize:270] Reducer: received 50.0% of input tensors
With bitsandbytes == 0.39.1 (the first version with 4-bit support), we get this for
CompressionType.BLOCKWISE_8BIT
:That is because bnb 0.39.1 returns more params in
quantize_blockwise()
and requires more params indequantize_blockwise()
(4 params and 2None
s instead of just(absmax, codebook)
): codeDiscovered in bigscience-workshop/petals#333.
The text was updated successfully, but these errors were encountered: