Skip to content

Commit

Permalink
Use PyTorch CUDA build. (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jul 23, 2024
1 parent 41d220a commit 7cc3593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@
var dask_prefix = this.active_release === "Nightly" ? "dask/label/dev::" : "";
var pkg_names = {
"Plotly Dash": "dash",
"Dask-SQL": dask_prefix + "dask-sql"
"Dask-SQL": dask_prefix + "dask-sql",
"PyTorch": "'pytorch=*=*cuda*'"
}
return (pkg_names[pkg] || pkg).toLowerCase();
},
Expand Down

0 comments on commit 7cc3593

Please sign in to comment.