fix: split pip install layers, move precompute to runtime for Jaguar … #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy HF Space - Jaguar Re-ID MegaDescriptor | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - spaces/jaguar-reid-megadescriptor-spherical/** | |
| - .github/workflows/deploy-hf-space-jaguar-reid.yml | |
| - .github/workflows/deploy-hf-space-reusable.yml | |
| repository_dispatch: | |
| types: [pypi-release] | |
| workflow_dispatch: | |
| concurrency: | |
| group: deploy-hf-space-jaguar-reid | |
| cancel-in-progress: false | |
| jobs: | |
| deploy: | |
| uses: ./.github/workflows/deploy-hf-space-reusable.yml | |
| with: | |
| source_dir: spaces/jaguar-reid-megadescriptor-spherical | |
| space_id: hyper3labs/HyperView-Jaguar-ReID | |
| secrets: inherit |