Skip to content

Commit 763d746

Browse files
eugene123twCopilot
andauthored
feat(sam3): add visual exemplar cross-image detection with n-shot encoding (open-edge-platform#791)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2b43f8c commit 763d746

25 files changed

Lines changed: 3482 additions & 379 deletions

.github/workflows/library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: read
19-
timeout-minutes: 30
19+
timeout-minutes: 60
2020

2121
steps:
2222
- name: Checkout code
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run library tests
3838
working-directory: library
3939
run: |
40-
just tests || exit 0
40+
just tests

0 commit comments

Comments
 (0)