"...text-generation-inference.git" did not exist on "0c9b6cdd768558652afdf5e5053aeb49bf4bc21f"
retry on unauthorized chunk push
The token printed for authorized requests has a lifetime of 1h. If an upload exceeds 1h, a chunk push will fail since the token is created on a "start upload" request. This replaces the Pipe with SectionReader which is simpler and implements Seek, a requirement for makeRequestWithRetry. This is slightly worse than using a Pipe since the progress update is directly tied to the chunk size instead of controlled separately.
Showing
Please register or sign in to comment