All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- ...
- docs Appendix E (#287)
- EG E.07 (#286)
- EG E.06 (#285)
- Listing E.7 re-export of train_classifier_simple (#284)
- EG E.05 (#283)
- EG E.04 (#282)
- EG E.03 (LoRA model loading) (#281)
- GPTModelWithLoRA (#279)
- TransformerBlockWithLoRA (#278)
- FeedForwardWithLoRA (#277)
- MultiHeadAttentionWithLoRA (#270)
- Listing E.6 LinearWithLoRA (#269)
- Listing E.5 (LoRALayer) (#268)
- EG E.02 and set listing E.4 as re-export (#267)
- Listing E.4 (#266)
- Example E.01 (#265)
- Listing E.3 (#264)
- Listing E.2 (#263)
- Listing E.1 (#262)
- parametrize batch size (#285)
- GPT trait to "consolidate" GPTModel and GPTModelWithLoRA (#279)
- Rip out Sequential and SequentialT in favor of explicit sequential-like structs (#276)
- Exercise 7.3 (#252)
- [docs] make listings more visible for ch07 (#260)
- Exercise 7.2 (#248)
- Make
listings::ch07::InstructionDataBatcher
more generic (#248) - Add associated type to
listings::ch07::CustomCollator
(#248)
- Incorrect cast of
keep
indices tou8
incalc_loss_loader
(#250) - Missing
ignore_index
incalc_loss_loader
fn params (#250)
- Listings ch02 up to ch07
- Examples ch02 up to ch07
- Exercise ch02 up to ch06 and Exercise 7.1