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
SHARD_BATCH_SIZE=0 does not work the same way as it used to anymore after #40, and if you set it will panic with "chunk size must be non-zero" here
As far as I can tell this is also an issue in current upstream dev, but it might be possible to change that particular code to handle SHARD_BATCH_SIZE=0 and revert to previous behavior (I think), hopefully in a minimally intrusive way
This is because this check still exists, but no longer works due to the new code here
SHARD_BATCH_SIZE=0
does not work the same way as it used to anymore after #40, and if you set it will panic with "chunk size must be non-zero" hereAs far as I can tell this is also an issue in current upstream dev, but it might be possible to change that particular code to handle
SHARD_BATCH_SIZE=0
and revert to previous behavior (I think), hopefully in a minimally intrusive wayThis is because this check still exists, but no longer works due to the new code here
Originally posted by @wwared in #40 (comment)
The text was updated successfully, but these errors were encountered: