mt3 icon indicating copy to clipboard operation
mt3 copied to clipboard

Add Usage tutorial.

Open Aolin-MIR opened this issue 3 years ago • 9 comments

Aolin-MIR avatar Nov 22 '21 09:11 Aolin-MIR

Hate to bother but will this eventually be ported over to google collab? I know next to nothing about code but love these types of things and collab is practically the only thing allowing me to use them. Thanks

dankmeemlord avatar Dec 13 '21 21:12 dankmeemlord

We should have a colab out in the next couple days. Sorry about the delay!

iansimon avatar Dec 13 '21 21:12 iansimon

Thanks for the reply! For something as innovative and revolutionary as this I'd wait months, take as much time as you need.

dankmeemlord avatar Dec 13 '21 21:12 dankmeemlord

I have just tried the colab, and it was pretty convenient! Thanks a lot!

@Aolin-MIR @dankmeemlord Have you tried the colab? What are your thoughts about it?

ahyangyi avatar Jan 10 '22 15:01 ahyangyi

I have just tried the colab, and it was pretty convenient! Thanks a lot!

@Aolin-MIR @dankmeemlord Have you tried the colab? What are your thoughts about it?

fantastic! unfortunately today I've been getting a ValueError "jaxlib is version 0.1.71, but this version of jax requires version 0.1.74.", idk if this is an issue with the collab or something I have to somehow fix.

dankmeemlord avatar Jan 19 '22 22:01 dankmeemlord

I'm looking into the issue. For now you can try adding a line pip install --upgrade jaxlib to the first cell.

iansimon avatar Jan 20 '22 03:01 iansimon

Oops, that will remove CUDA support. The line should be: !pip install --upgrade jaxlib -f https://storage.googleapis.com/jax-releases/jax_releases.html

iansimon avatar Jan 20 '22 03:01 iansimon

Works great, thanks!

dankmeemlord avatar Jan 20 '22 18:01 dankmeemlord