Skip to content

Commit

Permalink
Fix extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 22, 2024
1 parent 6fca371 commit c0fc8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
if (this.isDisabled(e.target)) return;
this.active_release = release;
// Remove once stable releases support CUDA 12.5
if ( this.active_release === "Stable" && this.active_conda_cuda_ver === "12.0 - 12.5") {
if (this.active_release === "Stable" && this.active_conda_cuda_ver === "12.0 - 12.5") {
this.active_conda_cuda_ver = "12.0 - 12.2";
}
},
Expand Down

0 comments on commit c0fc8ec

Please sign in to comment.