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
Thin wasm: do not automatically set is_dedup to true for first chunk (#481)
Related to huggingface/huggingface.js#1718
We'll want to edit parts of file while loading old data's dedup info
In those case we don't always want to load dedup info for the first
chunk (since it may not be at the beginning of the file)
So the is_dedup = true for first chunk is handled client side
0 commit comments