NVlabs / ODISE

Official PyTorch implementation of ODISE: Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models [CVPR 2023 Highlight]
https://arxiv.org/abs/2303.04803
Other
845 stars 45 forks source link

conda error while downloading the specified pytorch cuda versions #42

Open jawadhaidar opened 7 months ago

jawadhaidar commented 7 months ago

When I try to install these versions "conda install pytorch=1.13.1 torchvision=0.14.1 pytorch-cuda=11.6 -c pytorch -c nvidia", I got the following error.

**"Downloading and Extracting Packages
CondaError: Downloaded bytes did not match Content-Length
url: https://conda.anaconda.org/nvidia/linux-64/libcufft-dev-10.7.1.112-ha5ce4c0_0.tar.bz2
target_path: /home/aub/anaconda3/pkgs/libcufft-dev-10.7.1.112-ha5ce4c0_0.tar.bz2
Content-Length: 206803679
downloaded bytes: 102857120

CancelledError()
CancelledError()
CancelledError()
CancelledError() "**

I have tried to update my conda but did not work