Skip to content

Commit

Permalink
[no-commit] testing den
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed Mar 27, 2024
1 parent 7145afb commit 90e58c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runhouse/rns/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ class Defaults:
GROUP_ENDPOINT = "group/"
CONFIG_PATH = Path("~/.rh/config.yaml").expanduser()
# TODO [DG] default sub-dicts for various resources (e.g. defaults.get('cluster').get('resource_type'))
# Test commit
BASE_DEFAULTS = {
"default_folder": "~",
"default_provider": "cheapest",
"default_autostop": -1,
"use_spot": False,
"use_local_configs": True,
"disable_data_collection": False,
"disable_data_collection": True,
"use_local_telemetry": False,
"use_rns": False,
"api_server_url": "https://api.run.house",
Expand Down

0 comments on commit 90e58c8

Please sign in to comment.