Skip to content
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

Update of torch version #34

Closed
stefan-it opened this issue Aug 2, 2018 · 2 comments
Closed

Update of torch version #34

stefan-it opened this issue Aug 2, 2018 · 2 comments
Labels
enhancement Improving of an existing feature

Comments

@stefan-it
Copy link
Member

Hi,

I'm currently running flair in a nvidia-docker flavoured container using pyenv and Python 3.7. When installing flair via pip (or from source via pip install -e .) the following error message appears:

root@599cf5a2dde2:~/flair# pip install flair
Collecting flair
  Downloading https://files.pythonhosted.org/packages/1f/08/b2bdb5ef305227a7dacfc69b0c16689de21e70b9d76e3d07eefa1690311b/flair-0.1.1.tar.gz
Collecting torch==0.4.0 (from flair)
  Could not find a version that satisfies the requirement torch==0.4.0 (from flair) (from versions: 0.1.2, 0.1.2.post1, 0.4.1, 0.4.1.post2)
No matching distribution found for torch==0.4.0 (from flair)
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

With 0.4.1.post2 training runs perfectly, so I would like to ask if we can bump the Torch version?

Notice: using 0.4.1 has a strange numpy bug, which is discussed here.

@alanakbik alanakbik added the enhancement Improving of an existing feature label Aug 2, 2018
@alanakbik
Copy link
Collaborator

I think we can bump the version for release 0.3!

alanakbik pushed a commit that referenced this issue Sep 13, 2018
@tabergma
Copy link
Collaborator

Torch version updated on release-0.3 branch, will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving of an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants