You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current script bypasses the text generation step when the model is compiled. However, if we change from model(...) to raw_model(...), we can still generate the text when the model is compiled.
The current script bypasses the text generation step when the model is compiled. However, if we change from
model(...)
toraw_model(...)
, we can still generate the text when the model is compiled.build-nanogpt/train_gpt2.py
Lines 459 to 461 in 6104ab1
The text was updated successfully, but these errors were encountered: