mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Llama 3 KV Cache (#685)
* Llama 3 KV Cache * skip expensive tests on Gh actions * Update __init__.py
This commit is contained in:
committed by
GitHub
parent
c008f95072
commit
3be0f3202a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user