llm.c
llm.c copied to clipboard
Fix sizing typo in `train_gpt2_fp32.cu`
Fixes a simple (harmless) typo that uses NUM_ACTIVATION_TENSORS
instead of NUM_BACKWARD_TENSORS
in train_gpt2_fp32.cu
.