Fixing small typo in package description of the pyproject.toml file (#533)

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
ridhachahed 2025-02-16 20:19:26 +01:00 committed by GitHub
parent a08d7aaa84
commit 03d72e6eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
[project]
name = "llms-from-scratch"
version = "0.1.0"
description = "mplement a ChatGPT-like LLM in PyTorch from scratch, step by step"
description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [