diff --git a/clearml/config/default/sdk.conf b/clearml/config/default/sdk.conf index bb92674c..14ab36f6 100644 --- a/clearml/config/default/sdk.conf +++ b/clearml/config/default/sdk.conf @@ -3,7 +3,7 @@ storage { cache { - # Defaults to system temp folder / cache + # Defaults to /clearml_cache default_base_dir: "~/.clearml/cache" # default_cache_manager_size: 100 } diff --git a/docs/trains.conf b/docs/trains.conf index a56a509f..c84a10b8 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -20,7 +20,7 @@ sdk { storage { cache { - # Defaults to system temp folder / cache + # Defaults to /clearml_cache default_base_dir: "~/.clearml/cache" } }