Skip to content

Commit

Permalink
Revert to 12.2 if 12.5 is selected on click to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmak-nv committed Jul 17, 2024
1 parent 10b1a7c commit d13a9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@
releaseClickHandler(e, release) {
if (this.isDisabled(e.target)) return;
this.active_release = release;
if ( this.active_release === "Stable" && this.active_cuda_ver === "12.5") {
this.active_cuda_ver = "12.2";
}
},
imgTypeClickHandler(e, type) {
if (this.isDisabled(e.target)) return;
Expand Down

0 comments on commit d13a9b4

Please sign in to comment.