Sonny4Sonnix commited on
Commit
b1c0d34
·
1 Parent(s): bc688c3

Create cache_directory

Browse files
Files changed (1) hide show
  1. cache_directory +4 -0
cache_directory ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from transformers import hf_cache_home
2
+
3
+ cache_directory = hf_cache_home()
4
+ print(f"Cache directory path: {cache_directory}")