File size: 190 Bytes
84256f7
 
bcf1639
 
 
 
1
2
3
4
5
6
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.")