kevinduh / san_mrc

Stochastic Answer Networks (SAN) for Machine Reading Comprehension
BSD 3-Clause "New" or "Revised" License
148 stars 47 forks source link

requirements.txt doesn't work #14

Closed valsworthen closed 5 years ago

valsworthen commented 5 years ago

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))

saket-maheshwary commented 5 years ago

@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/

namisan commented 5 years ago

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