-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is the version of packages in requirements.txt #39
Comments
Create a virtual (or prefarably conda) environment with python 3.6.7.
Hope this helps |
@gpiat firstly, i run |
1.2.0 is the correct version of torch. The version of AllenNLP that is required is 0.8.2 fp16_e_s3. This is specified in the two first lines of the
You cannot install this version from PyPI, hence the git clone https://github.com/matt-peters/allennlp.git
cd allennlp
git checkout fp16_e_s3
pip install -e . The This project will not work out-of-the-box with any version of AllenNLP you can get from PyPI. Matthew Peters' fp16_e_s3 branch of AllenNLP implements support for half-precision floats, better support for resource path caching, and better support for querying AWS. If all else fails you may be able to get away with using vanilla AllenNLP 0.8.2 ( |
@gpiat Thank you very much! It helps me solve problems. |
My pleasure. Is your problem entirely solved? If so, would you be willing to close the issue, please? |
hi, when i run
python -m pip install --upgrade pip
, I fail to install the packages, could you tell us the version of the required packages ?The text was updated successfully, but these errors were encountered: