Skip to content

Bump to PyTorch 0.3 on Travis-CI#627

Closed
fritzo wants to merge 1 commit intodevfrom
pytorch-0.3
Closed

Bump to PyTorch 0.3 on Travis-CI#627
fritzo wants to merge 1 commit intodevfrom
pytorch-0.3

Conversation

@fritzo
Copy link
Copy Markdown
Member

@fritzo fritzo commented Dec 14, 2017

No description provided.

Copy link
Copy Markdown
Member

@neerajprad neerajprad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hoping to see out test times go down finally! :)

@neerajprad
Copy link
Copy Markdown
Member

The wheel has size 593 MB? Something is wrong here.

$ if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl; else pip install http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp35-cp35m-linux_x86_64.whl; fi
Collecting torch==0.3.0.post4 from http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl
  Downloading http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl (592.8MB)
    77% |████████████████████████▊       | 457.3MB 49.6MB/s eta 0:00:03
The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
  Downloading http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl (592.8MB)
    77% |████████████████████████▊       | 457.3MB 49.6MB/s eta 0:00:03
The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
The job has been terminated

@neerajprad
Copy link
Copy Markdown
Member

The wheel has size 593 MB? Something is wrong here.

The previous one was 341 MB, so I suppose this is in the ballpark. Let me see why the log is getting full.

@fritzo
Copy link
Copy Markdown
Member Author

fritzo commented Dec 14, 2017

I've requested a small CPU-only package pytorch/pytorch#4178 . @soumith also mentioned this possibility on slack.

@erikreppel
Copy link
Copy Markdown

Is there an update on when this might get merged in? Would be great to be able to use latest PyTorch.

@fritzo
Copy link
Copy Markdown
Member Author

fritzo commented Dec 20, 2017

@erikreppel Pyro already works with PyTorch 0.3 and we regularly work with PyTorch master. This issue is about testing on travis-ci.org.

@erikreppel
Copy link
Copy Markdown

@fritzo ah okay, I tried to install pyro in a new env the other day and had a version mismatch with pytorch 0.3, I thought this was the PR but the issue seems to have been resolved, sorry about that.

@fritzo fritzo closed this Jan 10, 2018
@fritzo fritzo deleted the pytorch-0.3 branch February 11, 2018 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants