progen icon indicating copy to clipboard operation
progen copied to clipboard

It looks like the config file at './checkpoints/progen2-large' is not a valid JSON file.

Open bj600800 opened this issue 2 years ago • 0 comments

Cause: Incorrect directory context of the pretrained models, i.e. progen2-large.

Solution: mkdir progen2-large in ./checkpoints dir mv config.json pytorch_model.bin ./progen2-large

rerun the python sample.py ****

Here's a solution for anyone who might run into this problem.

bj600800 avatar Feb 14 '23 07:02 bj600800