ai-forever / ru-gpts

Russian GPT3 models.
Apache License 2.0
2.08k stars 445 forks source link

Notebook ruGPT3XL_generation.ipynb doesn't work, because of cuda 11.1 #78

Closed prohor33 closed 2 years ago

prohor33 commented 2 years ago

While running cell with: !sh setup.sh Output: RuntimeError: Cuda extensions are being compiled with a version of Cuda that does not match the version used to compile Pytorch binaries. Pytorch binaries were compiled with Cuda 11.0. Cuda is 11.1

king-menin commented 2 years ago

Add fixes for last updates on colab for rugpt3xl

prohor33 commented 2 years ago

@king-menin That's great! Thanks a lot!