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
Related to #1352. I'm creating this issue to decouple this problem from the initial topic (the push(...) method).
At the moment, if a user creates a commit (with upload_file, upload_folder or create_commit) to add an LFS file to the repo, the file will be uploaded to S3, no matter if it already exists there or not.
EDIT: don't know why I ended up thinking it was the case. LFS files are never re-uploaded and that's nice!
Related to #1352. I'm creating this issue to decouple this problem from the initial topic (thepush(...)
method).At the moment, if a user creates a commit (withupload_file
,upload_folder
orcreate_commit
) to add an LFS file to the repo, the file will be uploaded to S3, no matter if it already exists there or not.EDIT: don't know why I ended up thinking it was the case. LFS files are never re-uploaded and that's nice!
huggingface_hub/src/huggingface_hub/_commit_api.py
Line 310 in 32c438f
The text was updated successfully, but these errors were encountered: