Views
No views yet
elmsw6w810798378100000/scratch/gpfs/ARORA/st0490/nanogpt-next_mod/output/gated_deltanet_medium_80g4/out_gpt-mha-gated_deltanet_chunk_triton_fla_379m_Opt_adamw_LR_0.001_D_fineweb-edu100B_T_49.15B_time_20260708_055915_jobid_10798378/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-gpt-mha-gated-deltanet-chunk-triton-fla-379m-job10798378-step100000",
6)nanogptpro and use the model id that matches the architecture recorded in
config.json.