Skip to content

Commit

Permalink
Use cuda 11.8 for circleci tests (#3381)
Browse files Browse the repository at this point in the history
Summary:
Use cuda 11.8 for circleci tests.
11.7 was deprecated

Pull Request resolved: #3381

Reviewed By: osalpekar

Differential Revision: D46236223

Pulled By: atalman

fbshipit-source-id: 6d6a8e09603807a07241f31c1bd1e6d3a2b67d9d
  • Loading branch information
atalman authored and facebook-github-bot committed May 26, 2023
1 parent 05649ca commit 5c0249b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
name: windows-gpu
environment:
<<: *environment
CUDA_VERSION: "11.7"
CUDA_VERSION: "11.8"
steps:
- checkout
- designate_upload_channel
Expand Down

0 comments on commit 5c0249b

Please sign in to comment.