Code Monkey home page Code Monkey logo

Comments (7)

mr-sudo avatar mr-sudo commented on August 24, 2024

Hey any luck? I'm experiencing the same thing

from jukebox.

cyberlife64 avatar cyberlife64 commented on August 24, 2024

Same problem with me, you got it working?

from jukebox.

mr-sudo avatar mr-sudo commented on August 24, 2024

No luck on my end šŸ« 

from jukebox.

mr-sudo avatar mr-sudo commented on August 24, 2024

No luck on my end šŸ« , I ended up having trouble with running due to the specs on my machine in general, although one thing that seemed to help progress things a bit was trying to install these packages through pip instead

from jukebox.

Panos-Jr avatar Panos-Jr commented on August 24, 2024

Installing with pip is a possible option, have you considered conda update --all? It could possibly work, Iā€™m not sure.

from jukebox.

cyberlife64 avatar cyberlife64 commented on August 24, 2024

Installing with pip is a possible option, have you considered conda update --all? It could possibly work, Iā€™m not sure.

Updating doesn't work as well, I tried that already

from jukebox.

carlosaln avatar carlosaln commented on August 24, 2024

Here's what initially worked for me:

pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html
conda install cudatoolkit=10.0

However, this installs old versions of the torch libraries, which are incompatible with the latest Nvidia NCCL library, so you'll just get an error further down the road. What I ended up doing (which works) is I installed the latest libaries for everything. Taking the instructions in the main README, that would look something like:

# Required: Sampling
conda create --name jukebox python=3.11.8
conda activate jukebox
pip3 install mpi4py
pip3 install torch torchvision torchaudio
conda install cudatoolkit
git clone https://github.com/openai/jukebox.git
cd jukebox
pip install -r requirements.txt
pip install -e .

# Required: Training
conda install av -c conda-forge 
pip install ./tensorboardX

Note I am not a AI/ML expert but do know my way around a terminal, and this worked. Perhaps I could have used conda/pip for everything, but that's just how I ended up doing things. Your results may vary.

from jukebox.

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.