We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3644002 commit 5ecc21fCopy full SHA for 5ecc21f
1 file changed
.github/workflows/nightly.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build:
9
- if: github.repository == 'sony/model_optimization' # Don't do this in forks
+ if: github.repository == 'SonySemiconductorSolutions/mct-model-optimization' # Don't do this in forks
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
@@ -39,4 +39,4 @@ jobs:
39
run: |
40
pip install mct-nightly tensorflow torch torchvision
41
version=$(python -c 'import model_compression_toolkit; print(model_compression_toolkit.__version__)')
42
- echo $version
+ echo $version
0 commit comments