This commit is contained in:
firestar5683
2026-08-31 14:10:18 -05:00
parent 9f2f79a652
commit 6f49c1cfc9
10 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ rerun with `--allow-runtime-changes` only after Firestar approves it.
The default resources checkout is `~/StarPilot-Resources` on branch `Models`.
It must be clean and synchronized before starting. The default Hugging Face
bucket is `firestar4430/StarPilot-Resources`; authenticate with `hf auth login`
bucket is `StarPilot-Driving/StarPilot-Resources`; authenticate with `hf auth login`
before use. Use `--dry-run` to test parsing and the runtime scan without
touching the device or either resource store.
+1 -1
View File
@@ -29,7 +29,7 @@ from pathlib import Path
OPENPILOT_REPO = "commaai/openpilot"
RESOURCES_REPO = os.environ.get("STARPILOT_RESOURCES_REPO", "firestar5683/StarPilot-Resources")
HF_BUCKET = os.environ.get("STARPILOT_HF_BUCKET", "firestar4430/StarPilot-Resources")
HF_BUCKET = os.environ.get("STARPILOT_HF_BUCKET", "StarPilot-Driving/StarPilot-Resources")
RESOURCE_BRANCH = "Models"
MANIFEST_VERSION = "v24"
DEFAULT_BEHAVIOR_VERSION = "v16"