From 35c6e1273056dc5602f0b00fc9006a0b80bd86de Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 23 Mar 2024 06:52:08 -0500 Subject: [PATCH] ignore ch05 tmp files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index aaf89e5..ee4814f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +ch05/01_main-chapter-code/gpt2/ +ch05/01_main-chapter-code/loss-plot.pdf +ch05/01_main-chapter-code/model.pth +ch05/01_main-chapter-code/model_and_optimizer.pth +ch05/01_main-chapter-code/temperature-plot.pdf ch05/02_alternative_weight_loading/checkpoints ch05/01_main-chapter-code/the-verdict.txt