Closed asimaranov closed 3 years ago
May be you run your script from root of our repo and model was loaded from model/
dir, not gw/model/
. If you want test RuGPT3XL model, pls do not run script from root of repo and just add to your code:
import sys
sys.path.append("/path/to/repo/gw/")
Python 3.6