You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RESULTCACHING_HOME | directory to cache results (benchmark ceilings) in, `~/.result_caching` by default |
35
-
| RESULTCACHING_DISABLE |`'1'` to disable loading and saving of results, functions will be called directly |
35
+
| RESULTCACHING_DISABLE | * `'1'` to disable loading and saving of results, functions will be called directly |
36
+
|| * `'candidate_models.score_model,model_tools.activations`' to disable loading and saving of function identifiers starting with one of the specifiers separated by a comma (e.g. any package or function inside `model_tools.activations` will not be considered) |
0 commit comments