CPU compile performance for Qwen3 models (#704)

* Ch06 classifier function asserts

* Qwen3 cpu compilation perf
This commit is contained in:
Sebastian Raschka
2025-06-23 11:06:10 -05:00
committed by GitHub
parent 4014bdd520
commit 37b26c2e04
3 changed files with 7 additions and 7 deletions

View File

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