amrzv / awesome-colab-notebooks

Collection of google colaboratory notebooks for fast and easy experiments
MIT License
1.35k stars 254 forks source link

RuGPT3XL Colab Notebook Doesn't Work #3

Closed Marcus-Arcadius closed 3 years ago

Marcus-Arcadius commented 3 years ago

Keeps running into errors with installing deep speed, sparse attention ops and logits???

amrzv commented 3 years ago

Recently I've made pull request with fix for this notebook, the problem was in cuda version (11 needed). You can support this pull request here. Also, you can run it directry from my branch: Try Model Generation In Colab!

Marcus-Arcadius commented 3 years ago

Thanks mate, this ended up working me, your an amazing legend and keep up the fantastic work 😃

Marcus-Arcadius commented 3 years ago

@amrzv I am getting this error now when opening the saved notebook? cudaerror

amrzv commented 3 years ago

@amrzv I am getting this error now when opening the saved notebook? cudaerror

I've just ran notebooks and there were no errors image

Try "Runtime -> Reset all runtimes" and running again.

Marcus-Arcadius commented 3 years ago

Thanks, it ended up working!