mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
Currently, the progress and dependency tracking in the upload path requires that the total size of a file be specified at the start. This PR changes this so that in cases where the upload is streamed and the total size is not known, it's updated as soon as new data is processed. Both routes now work and correctly track the file sizes.