Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions _includes/quick_start_local.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
<div class="col-md-12 title-block mobile-heading">
<div class="option-text">Package</div>
</div>
<div class="col-md-3 option block" id="conda">
<div class="option-text">Conda</div>
</div>
<div class="col-md-3 option block selected" id="pip">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use col-md-4 for pip, libtorch and source this should show the row correctly

<div class="option-text">Pip</div>
</div>
Expand Down Expand Up @@ -107,7 +104,7 @@
<div class="option-text">Run this Command:</div>
</div>
<div class="command-container">
<div class="col-md-12" id="command">conda install pytorch torchvision -c pytorch</div>
<div class="col-md-12" id="command">pip install torchvision</div>
</div>
</div>
</div>
Expand Down
Loading
Loading