allow weka from augusta through vpn

This commit is contained in:
Jake Poznanski 2024-11-15 19:48:33 -08:00
parent 370dbba2bc
commit eac3b10c3f
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ def download_directory(model_choices: List[str], local_dir: str):
weka_choices = [path for path in model_choices if path.startswith("weka://")]
# This is so hacky, but if you are on beaker/pluto, don't use weka
if os.environ.get("BEAKER_NODE_HOSTNAME", "").lower().startswith("pluto") or os.environ.get("BEAKER_NODE_HOSTNAME", "").lower().startswith("augusta") :
if os.environ.get("BEAKER_NODE_HOSTNAME", "").lower().startswith("pluto"):
weka_choices = []
other_choices = [path for path in model_choices if not path.startswith("weka://")]

View File

@ -2,7 +2,7 @@ _MAJOR = "0"
_MINOR = "1"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "22"
_PATCH = "23"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""