Skip to content

Commit d8e2e0c

Browse files
committed
Conda remove instructions from Nightly section
1 parent 7206ba9 commit d8e2e0c

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

published_versions.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
},
2929
"conda": {
3030
"cuda.x": {
31-
"note": null,
32-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"
31+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
32+
"command": null
3333
},
3434
"cuda.y": {
35-
"note": null,
36-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"
35+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
36+
"command": null
3737
},
3838
"cuda.z": {
39-
"note": null,
40-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia"
39+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
40+
"command": null
4141
},
4242
"rocm5.x": {
43-
"note": "<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
43+
"note": "<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead.<br />",
4444
"command": null
4545
},
4646
"accnone": {
47-
"note": null,
48-
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"
47+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
48+
"command": null
4949
}
5050
},
5151
"libtorch": {
@@ -115,28 +115,28 @@
115115
},
116116
"conda": {
117117
"cuda.x": {
118-
"note": "# CUDA is not available on MacOS, please use default package",
119-
"command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly",
118+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
119+
"command": null,
120120
"default": true
121121
},
122122
"cuda.y": {
123-
"note": "# CUDA is not available on MacOS, please use default package",
124-
"command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly",
123+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
124+
"command": null,
125125
"default": true
126126
},
127127
"cuda.z": {
128-
"note": "# CUDA is not available on MacOS, please use default package",
129-
"command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly",
128+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
129+
"command": null,
130130
"default": true
131131
},
132132
"rocm5.x": {
133-
"note": "# ROCm is not available on MacOS, please use default package",
134-
"command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly",
133+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
134+
"command": null,
135135
"default": true
136136
},
137137
"accnone": {
138-
"note": null,
139-
"command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly"
138+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
139+
"command": null
140140
}
141141
},
142142
"libtorch": {
@@ -201,24 +201,24 @@
201201
},
202202
"conda": {
203203
"cuda.x": {
204-
"note": null,
205-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"
204+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
205+
"command": null
206206
},
207207
"cuda.y": {
208-
"note": null,
209-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"
208+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
209+
"command": null
210210
},
211211
"cuda.z": {
212-
"note": null,
213-
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia"
212+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
213+
"command": null
214214
},
215215
"rocm5.x": {
216216
"note": "<b>NOTE:</b> ROCm is not available on Windows",
217217
"command": null
218218
},
219219
"accnone": {
220-
"note": null,
221-
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"
220+
"note": "<b>NOTE:</b>Conda packages are no longer available. Please use pip instead.<br />",
221+
"command": null
222222
}
223223
},
224224
"libtorch": {
@@ -5610,4 +5610,4 @@
56105610
}
56115611
}
56125612
}
5613-
}
5613+
}

0 commit comments

Comments
 (0)