Spaces:
Runtime error
Runtime error
Update chunker_pipeline.py
Browse files- chunker_pipeline.py +4 -0
chunker_pipeline.py
CHANGED
|
@@ -146,6 +146,10 @@ class SmartChunkerPipeline:
|
|
| 146 |
os.path.join(tmp_dir, "embeddings"),
|
| 147 |
os.path.join(tmp_dir, "logs")
|
| 148 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
| 150 |
for cache_dir in cache_dirs:
|
| 151 |
try:
|
|
|
|
| 146 |
os.path.join(tmp_dir, "embeddings"),
|
| 147 |
os.path.join(tmp_dir, "logs")
|
| 148 |
]
|
| 149 |
+
|
| 150 |
+
print("HF_HOME:", os.environ.get("HF_HOME"))
|
| 151 |
+
print("TRANSFORMERS_CACHE:", os.environ.get("TRANSFORMERS_CACHE"))
|
| 152 |
+
|
| 153 |
|
| 154 |
for cache_dir in cache_dirs:
|
| 155 |
try:
|