KJ24 commited on
Commit
7b68c3f
·
verified ·
1 Parent(s): 15de6c6

Update chunker_pipeline.py

Browse files
Files changed (1) hide show
  1. 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: