Spaces:
Runtime error
Runtime error
Commit
·
b1c0d34
1
Parent(s):
bc688c3
Create cache_directory
Browse files- 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}")
|