fix(ai-bundles): repair bundle build + publish pipeline (deepsafe repo, CPU provider, manifest)

Bundle build/publish fixes: CPUExecutionProvider in rembg build, pip/import/arm64 deps, hf-CLI publish to deepsafe/feature-bundles, real manifest sha256+sizes, installer fallback repo.
This commit is contained in:
SnapOtter
2026-06-19 18:34:33 +08:00
committed by GitHub
parent 7f8f6b5e6b
commit 3b50bcdc5c
4 changed files with 133 additions and 62 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ def main() -> None:
)
else:
# Remote mode: download from HuggingFace
bundle_repo = manifest.get("bundleRepo", "snapotter/feature-bundles")
bundle_repo = manifest.get("bundleRepo", "deepsafe/feature-bundles")
url = f"https://huggingface.co/{bundle_repo}/resolve/main/{archive_file}"
# Disk space check