Skip to content

Commit a5fb1dc

Browse files
authored
Merge branch 'master' into shobhitv/acc_sample_count
2 parents b659bba + 5523589 commit a5fb1dc

File tree

141 files changed

+31717
-1279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+31717
-1279
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
77+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15]
7878

7979
steps:
8080
- uses: actions/checkout@v3
@@ -123,10 +123,10 @@ jobs:
123123
name: wheels-macos-latest
124124
path: wheels
125125
# Download the built wheels from macOS-13 (x86)
126-
- name: Download macOS-13 (x86) wheels
126+
- name: Download macOS-15 (x86) wheels
127127
uses: actions/download-artifact@v4
128128
with:
129-
name: wheels-macos-13
129+
name: wheels-macos-15
130130
path: wheels
131131
# Download the built wheels from Windows
132132
- name: Download Windows wheels

.github/workflows/test-resnet50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: [ "3.9" ]
26+
python-version: [ "3.10", "3.13" ]
2727
backend: [ "onnxruntime", "tf" ]
2828
loadgen-flag: [ "", "--adr.loadgen.tags=_from-pip --pip_loadgen=yes" ]
2929

.github/workflows/test-retinanet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: [ "3.10" ]
25+
python-version: [ "3.10", "3.13" ]
2626
backend: [ "onnxruntime", "pytorch" ]
2727

2828
steps:

.github/workflows/test-rgat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [ "3.11" ]
23+
python-version: [ "3.11", "3.12" ]
2424
backend: [ "pytorch" ]
2525
loadgen-flag: [ "" ]
2626

.github/workflows/test-submission-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: [ "3.8", "3.11", "3.12" ]
24+
python-version: [ "3.10", "3.12", "3.14" ]
2525

2626
steps:
2727
- uses: actions/checkout@v3

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "language/deepseek-r1/submodules/LiveCodeBench"]
1111
path = language/deepseek-r1/submodules/LiveCodeBench
1212
url = https://github.com/LiveCodeBench/LiveCodeBench
13+
[submodule "text_to_video/wan2.2-t2v-14b/submodules/VBench"]
14+
path = text_to_video/wan2.2-t2v-14b/submodules/VBench
15+
url = https://github.com/Vchitect/VBench

0 commit comments

Comments
 (0)