kevinduh / san_mrc

Stochastic Answer Networks (SAN) for Machine Reading Comprehension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt doesn't work

valsworthen opened this issue · comments

pip install -r requirements.txt cannot download pytorch

Collecting pytorch==0.4.0 (from -r requirements.txt (line 3))
Could not find a version that satisfies the requirement pytorch==0.4.0 (from -r requirements.txt (line 3)) (from versions: 0.1.2)
No matching distribution found for pytorch==0.4.0 (from -r requirements.txt (line 3))

@valsworthen

I also faced the same issue but then i removed the line mentioning pytorch in requirements.txt and then installed pytorch independently.

You can install the pytorch preference based on your system configration from https://pytorch.org/

I've updated the requirement file and published my docker as well.