mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Clean up comment
This commit is contained in:
parent
5e2f373705
commit
38a674599c
@ -952,7 +952,6 @@ def move_to_new_cache(file, repo, filename, revision, etag, commit_hash):
|
||||
|
||||
# blobs
|
||||
os.makedirs(os.path.join(repo, "blobs"), exist_ok=True)
|
||||
# TODO: replace copy by move when all works well.
|
||||
blob_path = os.path.join(repo, "blobs", etag)
|
||||
shutil.move(file, blob_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user