Giter Club home page Giter Club logo

Comments (5)

kit1980 avatar kit1980 commented on August 18, 2024 1

Thanks, I'll try with that PyTorch commit.
I'm personally totally OK with nightly PyTorch build requirement for now, but maybe you should mention this prominently for others potentially trying torchelastic.

from elastic.

kiukchung avatar kiukchung commented on August 18, 2024

Hey, yea I realized this as well. Turns out the commit we need was not included in pytorch v1.4.0 release.... This is the commit we need
pytorch/pytorch@1d3f3a1

Running
git tag --contains 1d3f3a1a0cc0f66b51d8e8f4006fb200e18e2818
on the pytorch git repo doesn't return anything....

I'm shuffling through the torch nightly release to see if taking a temporary dependency on the nightly until the next torch release is an option. Otherwise I would have to revert this back and help you figure out the dns issue or change the gethostname to getfqdn

from elastic.

kiukchung avatar kiukchung commented on August 18, 2024

I validated that this works if we take a dependency on the torch nightly build.

pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html

I think this unblocks you immediately. I'll have a fix out for setup.py so that we can just take a dependency on torch-nightly for the time being until torch-1.5 is released.

from elastic.

kiukchung avatar kiukchung commented on August 18, 2024

FYI, here's the exact version of torch I validated with:

ubuntu@ip-172-31-26-180:~/workspace/elastic$ pip show torch
Name: torch
Version: 1.5.0.dev20200122
Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration
Home-page: https://pytorch.org/
Author: PyTorch Team
Author-email: [email protected]
License: BSD-3
Location: /home/ubuntu/anaconda3/lib/python3.6/site-packages
Requires:
Required-by: torchelastic

from elastic.

kit1980 avatar kit1980 commented on August 18, 2024

Thank you, I've verified on my setup that it works with PyTorch nightly.

from elastic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.