Skip to content

Commit 7a5fe9b

Browse files
Develop XQuant Extension Tool (#1502)
* CICD Change (#1500) * Developed the XQuant Extension Tool. (#1501) * Developed XQuant to support "not Tensor"(not only "list") input. (#1501) * GitHub URL Change in documents and tutorials. (#1501)
1 parent 3c1ff38 commit 7a5fe9b

File tree

222 files changed

+13504
-14879
lines changed

Some content is hidden

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

222 files changed

+13504
-14879
lines changed

.github/workflows/build_docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/link_checker.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ on:
55
schedule:
66
- cron: 0 0 * * *
77
pull_request:
8-
branches:
9-
- main
108
push:
11-
branches:
12-
- main
139

1410
concurrency:
1511
group: ${{ github.workflow }}-${{ github.ref }}
1612
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1713

1814
jobs:
1915
link-checker:
20-
if: github.repository == 'sony/model_optimization'
16+
if: github.repository == 'SonySemiconductorSolutions/mct-model-optimization'
2117
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
2220
steps:
2321
- uses: actions/checkout@v4
2422
- name: Install Python 3
@@ -32,4 +30,4 @@ jobs:
3230
- name: Run unittests
3331
run: |
3432
export CURL_CA_BUNDLE=''
35-
python -m unittest tests/doc_tests/test_docs_links.py -v
33+
python -m unittest tests/doc_tests/test_docs_links.py -v

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.repository == 'sony/model_optimization' # Don't do this in forks
9+
if: github.repository == 'SonySemiconductorSolutions/mct-model-optimization' # Don't do this in forks
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/run_tests_python310_keras214.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python310_keras215.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python310_pytorch23.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python310_pytorch24.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python310_pytorch25.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python310_pytorch26.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests_python311_keras214.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: 0 0 * * *
66
pull_request:
7-
branches:
8-
- main
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)