Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dddg617 committed Mar 11, 2024
1 parent 0c84b13 commit dda2c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notes/quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
}

else if (cuda == "cpu") {
$("#command pre").text(`pip install gammag-${$("#command").attr("torch")}==0.4.0`);
$("#command pre").text(`pip install gammagl-${$("#command").attr("torch")}==0.4.0`);
}

else {
$("#command pre").text(`pip install gammag-${$("#command").attr("torch")}==0.4.0.${$("#command").attr("cuda")}`);
$("#command pre").text(`pip install gammagl-${$("#command").attr("torch")}==0.4.0.${$("#command").attr("cuda")}`);
}
}

Expand Down

0 comments on commit dda2c24

Please sign in to comment.