Giter Site home page Giter Site logo

Comments (7)

drabastomek avatar drabastomek commented on June 3, 2024 1

@efajardo-nv Thanks for the reply -- I will install from conda. It is, however, a bit misleading to put the notebooks for clx if the clx nor torch modules are not included.

from clx.

BartleyR avatar BartleyR commented on June 3, 2024

This is a known issue. PyTorch 1.5 has a hard dependency on mkl, and the RAPIDS container uses the nomkl package to prevent installation of this. @efajardo-nv is working on deploying a separate CLX container that solves this short term. We’re also working on removing PyTorch as a hard dependency.

from clx.

drabastomek avatar drabastomek commented on June 3, 2024

Thanks @BartleyR! Glad to hear you're seeing this too. I was quite surprised seeing this yesterday when I tried to run CLX from within the container.

from clx.

efajardo-nv avatar efajardo-nv commented on June 3, 2024

@drabastomek The rapidsai and rapidsai-nightly images don't include CLX. You would have to either conda install or build from source on those containers. I just tested this on rapidsai/rapidsai:0.14-cuda10.1-runtime-ubuntu18.04-py3.7. You could then install CLX using:

conda install -c rapidsai -c nvidia -c pytorch -c conda-forge -c defaults clx

You would then have to install the dependencies for the notebook you want to run. For the cybert notebook, I had to install pytorch-transformers and seqeval:

pip install pytorch-transformers seqeval[gpu]

You will have PyTorch 1.3.1 with the above steps. As @BartleyR mentioned, we're working on CLX Docker images which will have PyTorch 1.5.0 and everything working out of the box.

from clx.

BartleyR avatar BartleyR commented on June 3, 2024

@efajardo-nv Thanks for the reply -- I will install from conda. It is, however, a bit misleading to put the notebooks for clx if the clx nor torch modules are not included.

Yeah, you’re right. We will make that more clear/straightforward or look at removing and moving.

from clx.

BartleyR avatar BartleyR commented on June 3, 2024

@drabastomek We're going to address this with a CLX image which will have all the dependencies. #201

from clx.

drabastomek avatar drabastomek commented on June 3, 2024

Awesome! Looking forward to testing it.

from clx.

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.