Llama3Fast (#593)

* Llama3Fast

* Update pkg/llms_from_scratch/tests/test_llama3.py
This commit is contained in:
Sebastian Raschka
2025-04-01 12:56:11 -05:00
committed by GitHub
parent 4128a91c1d
commit 2dc2df593a
3 changed files with 197 additions and 12 deletions

View File

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