som-dst icon indicating copy to clipboard operation
som-dst copied to clipboard

Error while downloading pytorch version

Open imvansh25 opened this issue 3 years ago • 2 comments

ERROR: Could not find a version that satisfies the requirement torch==1.3.0a0+24ae9b5 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.4.1, 0.4.1.post2, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0) ERROR: No matching distribution found for torch==1.3.0a0+24ae9b5

imvansh25 avatar Jul 21 '21 08:07 imvansh25

Me, too. Did you fix it??

YeJinPaark avatar Jan 06 '22 05:01 YeJinPaark

Fixed Requirements

pip install torch==1.7.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html

torch==1.7.1+cu110 transformers==3.0.2 wget==3.2 jsonlines tqdm

zsc19 avatar Jan 11 '22 09:01 zsc19