ai-forever / ru-gpts

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

Colab RuGPT3XL Error- not running #66

Closed Marcus-Arcadius closed 3 years ago

Marcus-Arcadius commented 3 years ago

ModuleNotFoundError Traceback (most recent call last)

in () 1 # And this cell should be run without errors ----> 2 import deepspeed.ops.sparse_attention.sparse_attn_op ModuleNotFoundError: No module named 'deepspeed.ops.sparse_attention.sparse_attn_op' --------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt. ----------------