-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into snnn-patch-5
- Loading branch information
Showing
6,353 changed files
with
3,227,052 additions
and
354,415 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"codebaseName": "onnxruntime_master" | ||
"codebaseName": "onnxruntime_main" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 5 | ||
|
||
- package-ecosystem: "github-actions" | ||
# Workflow files stored in the | ||
# default location of `.github/workflows` | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 5 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,20 @@ | ||
api:javascript: '/\bjavascript\b/i' | ||
api:java: '/\bjava\b/i' | ||
ep:ACL: '/\bacl\b/i' | ||
ep:ArmNN: '/\barmnn\b/i' | ||
ep:CUDA: '/\bcuda\b/i' | ||
ep:DML: | ||
- '/\bdirectml\b/i' | ||
- '/\bdml\b/i' | ||
ep:DML: '/(\bdirectml\b|\bdml\b)/i' | ||
ep:MIGraphX: '/\bmigraphx\b/i' | ||
ep:oneDNN: '/\bonednn\b/i' | ||
ep:OpenVINO: '/\bopen\s*vino\b/i' | ||
ep:RockchipNPU: '/\brockchip\b/i' | ||
ep:TensorRT: | ||
- '/\btensor\s*rt\b/i' | ||
- '/\btrt\b/i' | ||
ep:ROCm: '/\brocm\b/i' | ||
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i' | ||
ep:tvm: '/\btvm\b/i' | ||
ep:VitisAI: '/\bvitis(?:ai)?\b/i' | ||
platform:jetson: '/\bjetson\b/i' | ||
platform:mobile: | ||
- '/\bobj(?:ective)?-?c\b/i' | ||
- '/\bnnapi\b/i' | ||
- '/\bcore-?ml\b/i' | ||
- '/\bmobile\b/i' | ||
platform:windows: | ||
- '/\bwindows\b/i' | ||
- '/\bwinrt\b/i' | ||
- '/\bwinml\b/i' | ||
model:transformer: | ||
- '/\bbert\b/i' | ||
- '/\bgpt-?2\b/i' | ||
- '/\bhugging-?face\b/i' | ||
- '/\blong-?former\b/i' | ||
- '/\bt5\b/i' | ||
quantization: | ||
- '/is this a quantized model\?\n\nYes/i' | ||
- '/\bquantization\b/i' | ||
platform:mobile: '/(\bobj(?:ective)?-?c\b|\bnnapi\b|\bcore-?ml\b|\bmobile\b|\bandroid\b|\bios\b|\bxamarin\b|\bmaui\b)/i' | ||
platform:web: '/(\bwebgl\b|\bweb-?gpu\b|\bwasm\b|\bonnxruntime-node\b|\bonnxruntime-web\b)/i' | ||
platform:windows: '/(\bwindows\b|\bwinrt\b|\bwinml\b)/i' | ||
model:transformer: '/(\bbert\b|\bgpt-?2\b|\bhugging-?face\b|\blong-?former\b|\bt5\b)/i' | ||
quantization: '/(is this a quantized model\?\n\nYes|\bquantization\b)/i' |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out a copy of the repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check whether the citation metadata from CITATION.cff is valid | ||
uses: citation-file-format/[email protected] | ||
|
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Check gradle-wrapper.jar checksums against official Gradle releases. | ||
# See: https://github.com/marketplace/actions/gradle-wrapper-validation | ||
# This workflow was copied from the link above. | ||
|
||
name: "Validate Gradle Wrapper" | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
validation: | ||
name: "Validation" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: gradle/wrapper-validation-action@v3 |
This file contains 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
Oops, something went wrong.