Skip to content

Commit 87d452a

Browse files
authored
update the default branch to main (#497)
* update the default branch to main Signed-off-by: Wenbing Li <[email protected]> * Revert "update the default branch to main" This reverts commit 492d3b1. Signed-off-by: Wenbing Li <[email protected]> * only keep renaming for onnx/onnx onnx/models Signed-off-by: Wenbing Li <[email protected]> * update the branch in ci Signed-off-by: Wenbing Li <[email protected]>
1 parent 4498f84 commit 87d452a

File tree

19 files changed

+24
-24
lines changed

19 files changed

+24
-24
lines changed

.github/ISSUE_TEMPLATE/model_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Why is this model an improvement upon current ONNX model zoo offerings?
2424
### Notes
2525
Any additional information, code snippets
2626

27-
The ONNX team strongly encourages community members to submit a PR for models they want to use in the ONNX model zoo, and always welcomes new contributors. To get started, look at the [ONNX Model Zoo contribution page](https://github.com/onnx/models/blob/master/contribute.md).
27+
The ONNX team strongly encourages community members to submit a PR for models they want to use in the ONNX model zoo, and always welcomes new contributors. To get started, look at the [ONNX Model Zoo contribution page](https://github.com/onnx/models/blob/main/contribute.md).

.github/workflows/linux_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
name: Linux CI
55

6-
# Triggers the workflow on push or pull request events but only for the master branch
6+
# Triggers the workflow on push or pull request events but only for the main branch
77
on:
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212

1313
jobs:
1414
# This workflow contains a single job called "build"

.github/workflows/windows_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
name: Windows CI
55

6-
# Triggers the workflow on push or pull request events but only for the master branch
6+
# Triggers the workflow on push or pull request events but only for the main branch
77
on:
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212

1313
jobs:
1414
# This workflow contains a single job called "build"

text/machine_comprehension/bert-squad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ onnxruntime: 1.8.0
126126

127127
### Prepare model
128128
```shell
129-
wget https://github.com/onnx/models/raw/master/text/machine_comprehension/bert-squad/model/bertsquad-12.onnx
129+
wget https://github.com/onnx/models/raw/main/text/machine_comprehension/bert-squad/model/bertsquad-12.onnx
130130
```
131131

132132
### Model quantize

vision/classification/alexnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ onnxruntime: 1.8.0
7171

7272
### Prepare model
7373
```shell
74-
wget https://github.com/onnx/models/blob/master/vision/classification/alexnet/model/bvlcalexnet-12.onnx
74+
wget https://github.com/onnx/models/blob/main/vision/classification/alexnet/model/bvlcalexnet-12.onnx
7575
```
7676

7777
### Model quantize

vision/classification/caffenet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ onnxruntime: 1.8.0
7272

7373
### Prepare model
7474
```shell
75-
wget https://github.com/onnx/models/blob/master/vision/classification/caffenet/model/caffenet-12.onnx
75+
wget https://github.com/onnx/models/blob/main/vision/classification/caffenet/model/caffenet-12.onnx
7676
```
7777

7878
### Model quantize

vision/classification/efficientnet-lite4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ onnxruntime: 1.8.0
147147

148148
### Prepare model
149149
```shell
150-
wget https://github.com/onnx/models/raw/master/vision/classification/efficientnet-lite4/model/efficientnet-lite4-11.onnx
150+
wget https://github.com/onnx/models/raw/main/vision/classification/efficientnet-lite4/model/efficientnet-lite4-11.onnx
151151
```
152152

153153
### Model quantize

vision/classification/inception_and_googlenet/googlenet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ onnxruntime: 1.8.0
111111

112112
### Prepare model
113113
```shell
114-
wget https://github.com/onnx/models/blob/master/vision/classification/inception_and_googlenet/googlenet/model/googlenet-12.onnx
114+
wget https://github.com/onnx/models/blob/main/vision/classification/inception_and_googlenet/googlenet/model/googlenet-12.onnx
115115
```
116116

117117
### Model quantize

vision/classification/inception_and_googlenet/inception_v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ onnxruntime: 1.8.0
5959

6060
### Prepare model
6161
```shell
62-
wget https://github.com/onnx/models/blob/master/vision/classification/inception_and_googlenet/inception_v1/model/inception-v1-12.onnx
62+
wget https://github.com/onnx/models/blob/main/vision/classification/inception_and_googlenet/inception_v1/model/inception-v1-12.onnx
6363
```
6464

6565
### Model quantize

vision/classification/resnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ onnxruntime: 1.6.0+
117117

118118
### Prepare model
119119
```shell
120-
wget https://github.com/onnx/models/tree/master/vision/classification/resnet/model/resnet50-v1-12.onnx
120+
wget https://github.com/onnx/models/tree/main/vision/classification/resnet/model/resnet50-v1-12.onnx
121121
```
122122

123123
### Model quantize

0 commit comments

Comments
 (0)