We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7e79a commit 2897d1dCopy full SHA for 2897d1d
1 file changed
.github/workflows/ci.yml
@@ -554,7 +554,7 @@ jobs:
554
runs-on: ubuntu-latest
555
strategy:
556
matrix:
557
- cuda: ['10.2', '11.1']
+ cuda: ['11.3']
558
559
steps:
560
- uses: actions/checkout@v2
@@ -597,7 +597,7 @@ jobs:
597
- name: Upload latest image
598
# HACK: we don't publish images for releases in the core library at the moment so this step would fail.
599
# The CUDA condition is because CUDA 10.2 is currently our default.
600
- if: github.event_name == 'release' && matrix.cuda == '10.2'
+ if: github.event_name == 'release' && matrix.cuda == '11.3'
601
run: |
602
docker tag $DOCKER_IMAGE_NAME allennlp/models:latest
603
docker push allennlp/models:latest
0 commit comments