mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Updated Llama 2 to 3 paths (#413)
* llama 2 and 3 path fixes * updated llama 3, 3.1 and 3.2 paths * updated .gitignore * Typo fix --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -35,12 +35,15 @@ ch05/01_main-chapter-code/model.pth
|
||||
ch05/01_main-chapter-code/model_and_optimizer.pth
|
||||
ch05/03_bonus_pretraining_on_gutenberg/model_checkpoints
|
||||
ch05/06_user_interface/gpt2
|
||||
ch05/07_gpt_to_llama/.cache
|
||||
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
|
||||
ch05/07_gpt_to_llama/Llama-3-8B
|
||||
ch05/07_gpt_to_llama/Llama-3-8B-Instruct
|
||||
ch05/07_gpt_to_llama/Llama-3.1-8B
|
||||
ch05/07_gpt_to_llama/Llama-3.1-8B-Instruct
|
||||
ch05/07_gpt_to_llama/Llama-3.2-1B
|
||||
ch05/07_gpt_to_llama/Llama-3.2-1B-Instruct
|
||||
|
||||
ch06/01_main-chapter-code/gpt2
|
||||
ch06/02_bonus_additional-experiments/gpt2
|
||||
|
||||
Reference in New Issue
Block a user