mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Alternative weight loading via .safetensors (#507)
This commit is contained in:
committed by
GitHub
parent
9daa7e7511
commit
25ea71e713
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,6 +31,7 @@ appendix-E/01_main-chapter-code/gpt2
|
||||
|
||||
ch05/01_main-chapter-code/gpt2/
|
||||
ch05/02_alternative_weight_loading/checkpoints
|
||||
ch05/02_alternative_weight_loading/*.safetensors
|
||||
ch05/01_main-chapter-code/model.pth
|
||||
ch05/01_main-chapter-code/model_and_optimizer.pth
|
||||
ch05/03_bonus_pretraining_on_gutenberg/model_checkpoints
|
||||
|
||||
Reference in New Issue
Block a user