nanoGPT icon indicating copy to clipboard operation
nanoGPT copied to clipboard

AssertionError when trying to run sample.py

Open RexNecross opened this issue 4 months ago • 1 comments

When i try to run sample.py with shakespeare sample data i get:

Traceback (most recent call last): File "C:\Users\joachim.bischof\nanoGPT\nanoGPT\sample.py", line 23, in exec(open('configurator.py').read()) # overrides from command line or config file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 31, in AssertionError

RexNecross avatar Feb 20 '24 10:02 RexNecross

Whats your environment? Do you have the config file? Did you add anything to the CLI? Is every command formatted right?

VatsaDev avatar Feb 20 '24 20:02 VatsaDev