Skip to content

Commit 021586e

Browse files
Camyllatalman
andauthored
remove quickstart UI scenarios with conda (#2004)
* remove quickstart scenarios with conda * remove conda ref * fix html and update published versions * add line back * remove quickstart.js from PR * Update _includes/quick_start_local.html --------- Co-authored-by: Andrey Talman <[email protected]>
1 parent d5df60b commit 021586e

File tree

2 files changed

+5
-100
lines changed

2 files changed

+5
-100
lines changed

_includes/quick_start_local.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,13 @@
5858
<div class="col-md-12 title-block mobile-heading">
5959
<div class="option-text">Package</div>
6060
</div>
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">
61+
<div class="col-md-4 option block selected" id="pip">
6562
<div class="option-text">Pip</div>
6663
</div>
67-
<div class="col-md-3 option block" id="libtorch">
64+
<div class="col-md-4 option block" id="libtorch">
6865
<div class="option-text">LibTorch</div>
6966
</div>
70-
<div class="col-md-3 option block" id="source">
67+
<div class="col-md-4 option block" id="source">
7168
<div class="option-text">Source</div>
7269
</div>
7370
</div>
@@ -107,7 +104,7 @@
107104
<div class="option-text">Run this Command:</div>
108105
</div>
109106
<div class="command-container">
110-
<div class="col-md-12" id="command">conda install pytorch torchvision -c pytorch</div>
107+
<div class="col-md-12" id="command">pip install torch torchvision</div>
111108
</div>
112109
</div>
113110
</div>

published_versions.json

+1-93
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,6 @@
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-
},
5129
"libtorch": {
5230
"accnone": {
5331
"note": null,
@@ -108,32 +86,6 @@
10886
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu"
10987
}
11088
},
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-
},
13789
"libtorch": {
13890
"accnone": {
13991
"note": null,
@@ -194,28 +146,6 @@
194146
"command": null
195147
}
196148
},
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-
},
219149
"libtorch": {
220150
"accnone": {
221151
"note": null,
@@ -5882,28 +5812,6 @@
58825812
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3"
58835813
}
58845814
},
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-
},
59075815
"libtorch": {
59085816
"accnone": {
59095817
"note": null,
@@ -6109,4 +6017,4 @@
61096017
}
61106018
}
61116019
}
6112-
}
6020+
}

0 commit comments

Comments
 (0)