File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ pip install -r requirements.txt
194
194
** On Linux**
195
195
196
196
``` bash
197
- conda install mkl mkl-include
197
+ conda install intel:: mkl-static intel:: mkl-include
198
198
# CUDA only: Add LAPACK support for the GPU if needed
199
199
conda install -c pytorch magma-cuda110 # or the magma-cuda* that matches your CUDA version from https://anaconda.org/pytorch/repo
200
200
@@ -207,15 +207,15 @@ make triton
207
207
208
208
``` bash
209
209
# Add this package on intel x86 processor machines only
210
- conda install mkl mkl-include
210
+ conda install intel:: mkl-static intel:: mkl-include
211
211
# Add these packages if torch.distributed is needed
212
212
conda install pkg-config libuv
213
213
```
214
214
215
215
** On Windows**
216
216
217
217
``` bash
218
- conda install mkl mkl-include
218
+ conda install intel:: mkl-static intel:: mkl-include
219
219
# Add these packages if torch.distributed is needed.
220
220
# Distributed package support on Windows is a prototype feature and is subject to changes.
221
221
conda install -c conda-forge libuv=1.39
You can’t perform that action at this time.
0 commit comments