SIGN IN SIGN UP
rasbt / LLMs-from-scratch UNCLAIMED

Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

0 0 68 Jupyter Notebook

[minor] typo & comments (#441)

* typo & comment

- safe -> save
- commenting code: batch_size, seq_len = in_idx.shape

* comment

- adding # NEW for assert num_heads % num_kv_groups == 0

* update memory wording

---------

Co-authored-by: rasbt <mail@sebastianraschka.com>
C
casinca committed
bb31de89993441224e9005926dedad95395bb058
Parent: e95c898
Committed by GitHub <noreply@github.com> on 11/18/2024, 10:52:42 AM