question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Master branch nightly build depending on torch_nightly

See original GitHub issue

We need a build of ignite to allow people try nightly version of PyTorch together with ignite. Since the PyTorch is nightly built, it might be better to call this package pytorch-ignite-nightly which is also a nightly build of master branch, but with the dependencies on torch changed to torch_nightly.

cc: @vfdev-5

NB: I’m not sure the dependency should be torch_nightly or torch-nightly, because the install command has torch_nightly but the output of pip says torch-nightly:

gaoxiang@pc ~ $ sudo pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
Looking in links: https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
Collecting torch_nightly
  Downloading https://download.pytorch.org/whl/nightly/cpu/torch_nightly-1.0.0.dev20181029-cp37-cp37m-linux_x86_64.whl (85.9MB)
    100% |████████████████████████████████| 85.9MB 698kB/s 
Installing collected packages: torch-nightly
Successfully installed torch-nightly-1.0.0.dev20181029

@soumith Do you think we should change these two names to make them consistent?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
vfdev-5commented, Dec 18, 2018

A link to keep it here: https://github.com/pytorch/pytorch/blob/master/tools/aten_mirror.sh May help to keep nightly branch update to master…

1reaction
vfdev-5commented, Dec 11, 2018

@zasdfgbnm we have a CRON travis event that is used for building and uploading configured on nightly branch. Otherwise every master merge will produce a build/upload. Secondly, I do not want to expose nightly folder in master.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Declarative Jenkins pipeline with Nightly deploy for master ...
Nightly : Run a Cron job on the night over the master branch to be deployed in Nightly Server. Sprintly: Be build over...
Read more >
Pytorch nightly vs Stable
You could try out the nightly PyTorch build, which already uses ... as the nightly will be rebuild every day from the current...
Read more >
fastai · PyPI
To build pytorch from source follow the complete instructions. · When both pytorch and torchvision are installed, first test that you can load ......
Read more >
How to installl pytorch nightly version in ubuntu
I am trying to install pytorch-nightly but I met error. How can I resolve this problem. My dev env is Ubuntu 18.04.5, Conda...
Read more >
[TPU Resnet50] Faster and BETTER - Kaggle
!curl https://raw.githubusercontent.com/pytorch/xla/master/contrib/scripts/env- ... torch-nightly-cp37-cp37m-linux_x86_64.whl Requirement already satisfied: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found