Skip to content

remove quickstart UI scenarios with conda #2004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: site
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions _includes/quick_start_local.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,13 @@
<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">
<div class="col-md-4 option block selected" id="pip">
<div class="option-text">Pip</div>
</div>
<div class="col-md-3 option block" id="libtorch">
<div class="col-md-4 option block" id="libtorch">
<div class="option-text">LibTorch</div>
</div>
<div class="col-md-3 option block" id="source">
<div class="col-md-4 option block" id="source">
<div class="option-text">Source</div>
</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
94 changes: 1 addition & 93 deletions published_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,6 @@
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3"
}
},
"conda": {
"cuda.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.y": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.z": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"rocm5.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"accnone": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
}
},
"libtorch": {
"accnone": {
"note": null,
Expand Down Expand Up @@ -108,32 +86,6 @@
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu"
}
},
"conda": {
"cuda.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null,
"default": true
},
"cuda.y": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null,
"default": true
},
"cuda.z": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null,
"default": true
},
"rocm5.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null,
"default": true
},
"accnone": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
}
},
"libtorch": {
"accnone": {
"note": null,
Expand Down Expand Up @@ -194,28 +146,6 @@
"command": null
}
},
"conda": {
"cuda.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.y": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.z": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"rocm5.x": {
"note": "<b>NOTE:</b> ROCm is not available on Windows",
"command": null
},
"accnone": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
}
},
"libtorch": {
"accnone": {
"note": null,
Expand Down Expand Up @@ -5882,28 +5812,6 @@
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3"
}
},
"conda": {
"cuda.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.y": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"cuda.z": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"rocm5.x": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
},
"accnone": {
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
"command": null
}
},
"libtorch": {
"accnone": {
"note": null,
Expand Down Expand Up @@ -6109,4 +6017,4 @@
}
}
}
}
}
Loading