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

Bayes3D should run on colab #47

Open
sritchie opened this issue Jan 30, 2024 · 1 comment
Open

Bayes3D should run on colab #47

sritchie opened this issue Jan 30, 2024 · 1 comment

Comments

@sritchie
Copy link
Collaborator

Here's my first attempt: https://colab.research.google.com/drive/1NVqj160376q94YueHcITzzOfjNJ-Pq7o#scrollTo=4zSG05_KzgGz&uniqifier=1

@horizon-blue has an even better version that persists to gdrive.

Here is a reference on how to do the gdrive persistence: https://colab.research.google.com/drive/1KpMDi9CjImudrzXsyTDAuRjtbahzIVjq

@horizon-blue , I'd love if you could post some notes on how you did it!

@horizon-blue
Copy link
Member

Hi @sritchie, this is looking great!

Re Google drive:

I didn't know that we can host a custom package index using GCloud when I wrote the initial Colab notebook, so I made the wheels available in a stupid way, where I uploaded them as files to a wheels folder on my Google drive, and enabled link sharing. Then, on Colab, I used gdown to download the entire wheels folder (which includes the .whl files for genjax and bayes3d), then run pip install wheels/* to install from files.

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