Remove debug print statement from gpt2_build_from_checkpoint

This commit is contained in:
anand-trehan 2025-12-10 23:55:11 -05:00 committed by GitHub
parent b359799d83
commit 9edbfbf3d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1216,7 +1216,6 @@ typedef struct {
} GPT2;
void gpt2_build_from_checkpoint(GPT2 *model, const char *checkpoint_path) {
printf("oioioioioi_anand\n");
// read in model from a checkpoint file
FILE *model_file = fopenCheck(checkpoint_path, "rb");
int model_header[256];