mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-26 20:15:08 -04:00
Remove debug print statement from gpt2_build_from_checkpoint
This commit is contained in:
parent
b359799d83
commit
9edbfbf3d2
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue