Views
No views yet
iu5tw9p111173487100000/scratch/gpfs/JHACKL/nanogpt-next_mod/output/out_gpt-mha-falcon-1-scaled-parallel-ctxeta-ctxlambda-triton_379m_Opt_adamw_LR_0.001_D_fineweb-edu100B_T_49.15B_time_20260721_085606_jobid_11173487/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-falcon-1-scaled-parallel-ctxeta-ctxlambda-triton-379m-job11173487-step100000",
6)nanogptpro and use the model id that matches the architecture recorded in
config.json.