Skip to content

Commit 9374cd0

Browse files
authored
Merge branch 'master' into submission_checker_refactor
2 parents 0a75d8f + 27db053 commit 9374cd0

Some content is hidden

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

64 files changed

+3892
-1336
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build loadgen wheels and release them into PYPI
2+
23
on:
34
release:
45
types: [published]
@@ -73,7 +74,7 @@ jobs:
7374
strategy:
7475
fail-fast: false
7576
matrix:
76-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
77+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15]
7778

7879
steps:
7980
- uses: actions/checkout@v3
@@ -122,10 +123,10 @@ jobs:
122123
name: wheels-macos-latest
123124
path: wheels
124125
# Download the built wheels from macOS-13 (x86)
125-
- name: Download macOS-13 (x86) wheels
126+
- name: Download macOS-15 (x86) wheels
126127
uses: actions/download-artifact@v4
127128
with:
128-
name: wheels-macos-13
129+
name: wheels-macos-15
129130
path: wheels
130131
# Download the built wheels from Windows
131132
- 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)