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

@@ -0,0 +1,4 @@
# Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt).
# Source for "Build a Large Language Model From Scratch"
# - https://www.manning.com/books/build-a-large-language-model-from-scratch
# Code: https://github.com/rasbt/LLMs-from-scratch