Views
No views yet
b0cz27549488955100000/scratch/gpfs/ARORA/st0490/nanogpt-next_mod/output/out_DDL-gpt-mha-rope-TC-accelerated_354m_Opt_adamw_LR_0.001_D_fineweb-edu100B_T_49.15B_time_20260620_102557_jobid_9488955/checkpoint-100000config.jsonmodel.safetensorsgeneration_config.json1from nanogptpro.model_loader import load_model_from_checkpoint
2
3model = load_model_from_checkpoint(
4 model_id="<your-model-id>",
5 checkpoint="phuctahong/nanogpt-ddl-gpt-mha-rope-tc-accelerated-354m-job9488955-step100000",
6)nanogptpro and use the model id that matches the architecture recorded in
config.json.