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
This commit is contained in:
Sebastian Raschka
2025-03-31 18:59:47 -05:00
committed by GitHub
parent 152a087a37
commit aedad7efc3
7 changed files with 719 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "llms-from-scratch"
version = "1.0.2"
version = "1.0.5"
description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step"
readme = "README.md"
requires-python = ">=3.10"