Skip to content

Commit

Permalink
Merge branch 'master' into cifar
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 4, 2023
2 parents be8ae68 + 7ea5c24 commit 3d98ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
PYTHON_VERSION: '3.8'
TORCH_VERSION: '1.13.1'
CUDA_VERSION_MM: '117'
runner_image: "nvidia/cuda:11.7.0-cudnn8-runtime-ubuntu20.04"
runner_image: "nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04"
'torch v2.0 | py3.9':
PYTHON_VERSION: '3.9'
TORCH_VERSION: '2.0.1'
CUDA_VERSION_MM: '117'
runner_image: "nvidia/cuda:11.7.0-cudnn8-runtime-ubuntu20.04"
runner_image: "nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04"
'torch v2.0 | py3.10':
PYTHON_VERSION: '3.10'
TORCH_VERSION: '2.0.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ updates:
schedule:
interval: "weekly"
# Labels on pull requests for version updates only
labels: ["ci"]
labels: ["ci/cd"]
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
Expand Down

0 comments on commit 3d98ec0

Please sign in to comment.