Llama 3 KV Cache (#685)

* Llama 3 KV Cache

* skip expensive tests on Gh actions

* Update __init__.py
This commit is contained in:
Sebastian Raschka
2025-06-21 10:55:20 -05:00
committed by GitHub
parent c008f95072
commit 3be0f3202a
7 changed files with 410 additions and 4 deletions

View File

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