install issue fix

conda to install cpuonly instead of environment script
main
Christopher Williams 3 years ago
parent b8df6e00dc
commit 572e2c3de8

@ -25,6 +25,7 @@ A suitable [conda](https://conda.io/) environment named `ldm` can be created
and activated with: and activated with:
``` ```
conda install pytorch torchvision torchaudio cpuonly -c pytorch
conda env create -f environment-cpuonly.yaml conda env create -f environment-cpuonly.yaml
conda activate ldm conda activate ldm
``` ```

@ -6,11 +6,6 @@ dependencies:
- python=3.8.5 - python=3.8.5
- pip=20.3 - pip=20.3
- numpy=1.19.2 - numpy=1.19.2
- pytorch
- torchvision
- torchaudio
- cpuonly
- -c pytorch
- pip: - pip:
- albumentations==0.4.3 - albumentations==0.4.3
- diffusers - diffusers

Loading…
Cancel
Save