Sebastian Raschka
|
fdc3e1b701
|
Add GPT-2 KV cache to pkg (#687)
|
2025-06-21 12:29:04 -05:00 |
|
Sebastian Raschka
|
3be0f3202a
|
Llama 3 KV Cache (#685)
* Llama 3 KV Cache
* skip expensive tests on Gh actions
* Update __init__.py
|
2025-06-21 10:55:20 -05:00 |
|
Sebastian Raschka
|
e719bd86ad
|
Qwen3 From Scratch (#678)
* Qwen3 From Scratch
* rev other file
* upd
* upd
* upd
* url fixes
|
2025-06-19 18:44:38 -05:00 |
|
Daniel Kleine
|
c2cfb47b1a
|
fixed gqa qkv code comments (#660)
|
2025-06-13 08:21:28 -05:00 |
|
Sebastian Raschka
|
c4cde1c21b
|
Reduce Llama 3 RoPE memory requirements (#658)
* Llama3 from scratch improvements
* Fix Llama 3 expensive RoPE memory issue
* updates
* update package
* benchmark
* remove unused rescale_theta
|
2025-06-12 11:08:02 -05:00 |
|
Sebastian Raschka
|
43e25a5165
|
Llama3Fast (#593)
* Llama3Fast
* Update pkg/llms_from_scratch/tests/test_llama3.py
|
2025-04-01 12:56:11 -05:00 |
|
Sebastian Raschka
|
aedad7efc3
|
Add Llama 3.2 to pkg (#591)
* Add Llama 3.2 to pkg
* remove redundant attributes
* update tests
* updates
* updates
* updates
* fix link
* fix link
|
2025-03-31 18:59:47 -05:00 |
|
Sebastian Raschka
|
3f93d73d6d
|
Alt weight loading code via PyTorch (#585)
* Alt weight loading code via PyTorch
* commit additional files
|
2025-03-27 20:10:23 -05:00 |
|
Sebastian Raschka
|
ffd4035144
|
Add GPTModelFast (#584)
* Add GPTModelFast
* update
|
2025-03-27 14:00:25 -05:00 |
|
Sebastian Raschka
|
feb1e9a83d
|
Add readme (#577)
|
2025-03-23 19:35:12 -05:00 |
|
Sebastian Raschka
|
c21bfe4a23
|
Add PyPI package (#576)
* Add PyPI package
* fixes
* fixes
|
2025-03-23 19:28:49 -05:00 |
|