Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Machine Help #146

Open
TurboPascalPlus opened this issue Sep 21, 2020 · 3 comments
Open

Local Machine Help #146

TurboPascalPlus opened this issue Sep 21, 2020 · 3 comments

Comments

@TurboPascalPlus
Copy link

TurboPascalPlus commented Sep 21, 2020

I keep trying to run the notebook locally but it says:

from google.colab import drive
drive.mount('/content/drive')


ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from google.colab import drive
2 drive.mount('/content/drive')

ModuleNotFoundError: No module named 'google'


what am i missing? I have a 2070 and I want to utilize it more.

@TurboPascalPlus
Copy link
Author

TurboPascalPlus commented Sep 21, 2020

I also try to run it from CoLabs with a jupyter notebook session, and it doesn't like the same code mentioned above.

I would like to run the whole thing locally and choose the files and folders the samples come from, but I'm so old and so new to this I don't know how to do that in this python thing

@acsdog
Copy link

acsdog commented Oct 8, 2020

Run the line pip install google-colab before starting up your Jupyter notebook server. You only need to install this once.

Also, in case you were not aware, the 5b_lyrics model requires at least 16GB of VRAM. A 2070 will only be able to use the 1b_lyrics model. I believe you also need 30GB of disk space.

@TurboPascalPlus
Copy link
Author

I really appreciate this. I must be doing something wrong, because every time I run the Google colab pip install, my Jupyter server installs it and I get errors galore. I'm sorry for my simplicity, I will be looking at the notebook server again.

I did know that, and I wanted to run primed samples and make longer songs out of it with the 1blyrics model, but I run out of time on colab and have time and space to run it slowly on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants