Buckets:
| # /// script | |
| # dependencies = [] | |
| # /// | |
| import os | |
| from pathlib import Path | |
| print("--- /mnt/hf-buckets/ tree ---") | |
| root = Path("/mnt/hf-buckets") | |
| if root.exists(): | |
| print(f"exists, is_dir={root.is_dir()}") | |
| for p in sorted(root.rglob("*"))[:50]: | |
| print(f" {p} is_dir={p.is_dir()} exists={p.exists()}") | |
| else: | |
| print("does not exist") | |
| print("\n--- env ---") | |
| for k in ["HF_BUCKETS_MOUNT", "HOME", "PWD"]: | |
| print(f" {k}={os.environ.get(k)}") | |
Xet Storage Details
- Size:
- 461 Bytes
- Xet hash:
- 8b7271939f1251e3e6aa6601a223f13057c4c7b77cc4ae48090141424f634699
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.