mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Llama 3 (#384)
* Implement Llama 3.2 * Add Llama 3.2 files * exclude IMDB link because stanford website seems down
This commit is contained in:
committed by
GitHub
parent
8553644440
commit
8a448a4410
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user