Spaces:
Running
Running
glitz-dev
commited on
Commit
·
9fa396f
1
Parent(s):
bb4f8ed
printing of cache directories commnented to Log showing as runtime error in huggingface
Browse files- hipaathesis.py +1 -1
hipaathesis.py
CHANGED
|
@@ -19,7 +19,7 @@ def setup_cache_directories():
|
|
| 19 |
os.chmod(path, 0o777)
|
| 20 |
os.environ[env_var] = path
|
| 21 |
|
| 22 |
-
print(f"Cache directories setup complete: {cache_dirs}")
|
| 23 |
|
| 24 |
except Exception as e:
|
| 25 |
print(f"Warning: Cache directory setup failed: {e}")
|
|
|
|
| 19 |
os.chmod(path, 0o777)
|
| 20 |
os.environ[env_var] = path
|
| 21 |
|
| 22 |
+
# print(f"Cache directories setup complete: {cache_dirs}")
|
| 23 |
|
| 24 |
except Exception as e:
|
| 25 |
print(f"Warning: Cache directory setup failed: {e}")
|