Skip to content

Commit

Permalink
Add cherry-pick action (#4958)
Browse files Browse the repository at this point in the history
* add cherry-pick action

Signed-off-by: ericharper <complex451@gmail.com>

* Pin Transformers version to fix CI (#4955)

* Pin transformers version in CI to prevent offline tokenizer loading error

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

* Drop version

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

* Disable offline temporarily

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

* Disable offline temporarily

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

* Enable offline

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>

Signed-off-by: ericharper <complex451@gmail.com>
Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
Co-authored-by: Sean Naren <snarenthiran@nvidia.com>
  • Loading branch information
ericharper and SeanNaren committed Oct 11, 2022
1 parent 9e39bd0 commit ae7d827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pipeline {
}
}


stage('Transformers Offline') {
steps{
sh 'echo "TRANSFORMERS_OFFLINE="${TRANSFORMERS_OFFLINE}'
Expand Down

0 comments on commit ae7d827

Please sign in to comment.