mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-12 19:33:48 +08:00
hi
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user