Mercurial > repos > goeckslab > multimodal_learner
diff multimodal_learner.py @ 4:de753cf07008 draft
planemo upload for repository https://github.com/goeckslab/gleam.git commit 528178a2b2ca39924fd596859fe658aeaf984e6d
| author | goeckslab |
|---|---|
| date | Thu, 22 Jan 2026 22:41:21 +0000 |
| parents | 25bb80df7c0c |
| children | 975512caae22 |
line wrap: on
line diff
--- a/multimodal_learner.py Sat Jan 17 22:53:42 2026 +0000 +++ b/multimodal_learner.py Thu Jan 22 22:41:21 2026 +0000 @@ -217,6 +217,10 @@ logger.info(f"Working directory: {os.getcwd()}") logger.info(f"Command line: {' '.join(sys.argv)}") logger.info(f"Parsed args: {vars(args)}") + logger.info("Cache dirs: TORCH_HOME=%s HF_HOME=%s HUGGINGFACE_HUB_CACHE=%s", + os.environ.get("TORCH_HOME"), + os.environ.get("HF_HOME"), + os.environ.get("HUGGINGFACE_HUB_CACHE")) # ------------------------------------------------------------------ # Reproducibility & performance
