Views
No views yet
4b4jyl9r8303565100000/scratch/gpfs/ARORA/st0490/nanogpt-next_mod/output/out_gpt-mha-scaled_delta_net_parallel_ctxeta_ctxlambda_triton_130m_Opt_adamw_LR_0.001_D_fineweb-edu100B_T_49.15B_time_20260517_004242_jobid_8303565/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-falcon-1-3-lambda-init-0-1-0-5-lambda-scale-0-8-job8303565-step100000",
6)nanogptpro and use the model id that matches the architecture recorded in
config.json.