chore: switch HF target to olivius/granite-speech-4.1-2b-plus-mlx

User has no push access to mlx-community org. Updating package
default and upload script to point to olivius/ personal namespace.
This commit is contained in:
transcrilive
2026-05-09 20:37:12 +02:00
parent c6a20cb79f
commit e05ab3be88
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ SOURCE_CACHE = (
Path.home()
/ ".cache/huggingface/hub/models--ibm-granite--granite-speech-4.1-2b-plus"
)
DEST_REPO = "mlx-community/granite-speech-4.1-2b-plus-mlx"
DEST_REPO = "olivius/granite-speech-4.1-2b-plus-mlx"
def find_weights_dir(root: Path) -> Path | None: