Skip to content

Commit 6b2ccc6

Browse files
authored
Revert "remove quickstart UI scenarios with conda (#2004)"
This reverts commit 021586e.
1 parent 021586e commit 6b2ccc6

File tree

2 files changed

+100
-5
lines changed

2 files changed

+100
-5
lines changed

_includes/quick_start_local.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,16 @@
5858
<div class="col-md-12 title-block mobile-heading">
5959
<div class="option-text">Package</div>
6060
</div>
61-
<div class="col-md-4 option block selected" id="pip">
61+
<div class="col-md-3 option block" id="conda">
62+
<div class="option-text">Conda</div>
63+
</div>
64+
<div class="col-md-3 option block selected" id="pip">
6265
<div class="option-text">Pip</div>
6366
</div>
64-
<div class="col-md-4 option block" id="libtorch">
67+
<div class="col-md-3 option block" id="libtorch">
6568
<div class="option-text">LibTorch</div>
6669
</div>
67-
<div class="col-md-4 option block" id="source">
70+
<div class="col-md-3 option block" id="source">
6871
<div class="option-text">Source</div>
6972
</div>
7073
</div>
@@ -104,7 +107,7 @@
104107
<div class="option-text">Run this Command:</div>
105108
</div>
106109
<div class="command-container">
107-
<div class="col-md-12" id="command">pip install torch torchvision</div>
110+
<div class="col-md-12" id="command">conda install pytorch torchvision -c pytorch</div>
108111
</div>
109112
</div>
110113
</div>

published_versions.json

+93-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,28 @@
2626
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3"
2727
}
2828
},
29+
"conda": {
30+
"cuda.x": {
31+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
32+
"command": null
33+
},
34+
"cuda.y": {
35+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
36+
"command": null
37+
},
38+
"cuda.z": {
39+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
40+
"command": null
41+
},
42+
"rocm5.x": {
43+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
44+
"command": null
45+
},
46+
"accnone": {
47+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
48+
"command": null
49+
}
50+
},
2951
"libtorch": {
3052
"accnone": {
3153
"note": null,
@@ -86,6 +108,32 @@
86108
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu"
87109
}
88110
},
111+
"conda": {
112+
"cuda.x": {
113+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
114+
"command": null,
115+
"default": true
116+
},
117+
"cuda.y": {
118+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
119+
"command": null,
120+
"default": true
121+
},
122+
"cuda.z": {
123+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
124+
"command": null,
125+
"default": true
126+
},
127+
"rocm5.x": {
128+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
129+
"command": null,
130+
"default": true
131+
},
132+
"accnone": {
133+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
134+
"command": null
135+
}
136+
},
89137
"libtorch": {
90138
"accnone": {
91139
"note": null,
@@ -146,6 +194,28 @@
146194
"command": null
147195
}
148196
},
197+
"conda": {
198+
"cuda.x": {
199+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
200+
"command": null
201+
},
202+
"cuda.y": {
203+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
204+
"command": null
205+
},
206+
"cuda.z": {
207+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
208+
"command": null
209+
},
210+
"rocm5.x": {
211+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
212+
"command": null
213+
},
214+
"accnone": {
215+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
216+
"command": null
217+
}
218+
},
149219
"libtorch": {
150220
"accnone": {
151221
"note": null,
@@ -5812,6 +5882,28 @@
58125882
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3"
58135883
}
58145884
},
5885+
"conda": {
5886+
"cuda.x": {
5887+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
5888+
"command": null
5889+
},
5890+
"cuda.y": {
5891+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
5892+
"command": null
5893+
},
5894+
"cuda.z": {
5895+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
5896+
"command": null
5897+
},
5898+
"rocm5.x": {
5899+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
5900+
"command": null
5901+
},
5902+
"accnone": {
5903+
"note": "<b>NOTE:</b> Conda packages are no longer available. Please use pip instead.<br />",
5904+
"command": null
5905+
}
5906+
},
58155907
"libtorch": {
58165908
"accnone": {
58175909
"note": null,
@@ -6017,4 +6109,4 @@
60176109
}
60186110
}
60196111
}
6020-
}
6112+
}

0 commit comments

Comments
 (0)