Closed rbavery closed 1 year ago
this doesn't seem like ti should be the case, the suggested install from pytorch website uses cuda 11.7
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
solved by adding pytorch-cuda instead of cuda-toolkit and nvidia channel
name: slickformer
channels:
- conda-forge
- pytorch
- nvidia
dependencies:
- albumentations
- black
- boto3
- dask
- distributed
- gcc
- graphviz
- httpx
- hydra-core
- ipykernel
- jpeg
- libpng
- matplotlib
- opencv
- pandas
- pip
- python-graphviz
- pytorch==2.0
- pytorch-lightning==2.0
- pytorch-cuda==11.7
- pystac-client
- rasterio
- rioxarray
- scikit-image
- scikit-learn
- scipy
- seaborn
- tensorboard
- timm
- torchdata==0.6
- torchvision
- transformers
- xbatcher
- zen3geo
- pip:
- git+https://github.com/cocodataset/panopticapi.git@7bb4655548f98f3fedc07bf37e9040a992b054b0
- git+https://github.com/waspinator/pycococreator.git@0.2.1
- rio-cogeo
- rio-tiler-pds
going from this
to pinned versions
solves but fails when importing torch, cuda not found. likely due to an outdated cuda issue?