* Implement Llama 3.2

* Add Llama 3.2 files

* exclude IMDB link because stanford website seems down
This commit is contained in:
Sebastian Raschka
2024-10-05 07:52:15 -05:00
committed by GitHub
parent 8553644440
commit 8a448a4410
4 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@@ -38,6 +38,9 @@ ch05/06_user_interface/gpt2
ch05/07_gpt_to_llama/Llama-2-7b
ch05/07_gpt_to_llama/Llama-2-7b-chat
ch05/07_gpt_to_llama/.cache
ch05/07_gpt_to_llama/llama3-files
ch05/07_gpt_to_llama/llama31-files
ch05/07_gpt_to_llama/llama32-files
ch06/01_main-chapter-code/gpt2
ch06/02_bonus_additional-experiments/gpt2