Skip to content

Commit e97561f

Browse files
authored
Merge pull request #693 from mlcommons/dev
Merge dev
2 parents b6de44e + 805ff9d commit e97561f

File tree

79 files changed

+3162
-890
lines changed

Some content is hidden

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

79 files changed

+3162
-890
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44

55
📌 Note: PRs must be raised against `dev`. Do not commit directly to `main`.
66

7-
### ✅ Testing & CI
8-
- [ ] No existing GitHub Actions are failing because of this change
9-
107
### 📁 File Hygiene & Output Handling
118
- [ ] No unintended files (e.g., logs, cache, temp files, __pycache__, output folders) are committed
129

1310
### 📝 Comments & Communication
1411
- [ ] Proper inline comments are added to explain important or non-obvious changes
1512
- [ ] PR title and description clearly state what the PR does and why
1613
- [ ] Related issues (if any) are properly referenced (`Fixes #`, `Related to #`, etc.)
17-
- [ ] All reviewer feedback has been addressed
1814

1915
### 🛡️ Safety & Security
2016
- [ ] No secrets or credentials are committed

.github/workflows/build_wheel_off.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
name: Build wheel
1414
runs-on: ubuntu-latest
1515
environment: release
16-
1716
permissions:
1817
id-token: write
1918
contents: write

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [published]
66
workflow_dispatch: {}
77

8-
98
jobs:
109
build_wheels:
1110
if: github.repository_owner == 'mlcommons'

0 commit comments

Comments
 (0)