From 9edbfbf3d25fbcd30d0bb1ad122f402330bb07c8 Mon Sep 17 00:00:00 2001 From: anand-trehan <45766372+anand-trehan@users.noreply.github.com> Date: Wed, 10 Dec 2025 23:55:11 -0500 Subject: [PATCH] Remove debug print statement from gpt2_build_from_checkpoint --- nvshmem_train_gpt2.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/nvshmem_train_gpt2.cu b/nvshmem_train_gpt2.cu index 816c8ca..4ed33a3 100644 --- a/nvshmem_train_gpt2.cu +++ b/nvshmem_train_gpt2.cu @@ -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];