Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
endyaris
/
Test2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test2
/
fix_cache.py
endyaris
Update fix_cache.py
bcf1639
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
from
transformers.utils
import
move_cache
def
remove_old_cache
():
print
(
"Migrating old cache to the new format..."
)
move_cache()
print
(
"Cache migration completed successfully."
)