From 03d72e6eb530a824d03875b22309d962c00b3de9 Mon Sep 17 00:00:00 2001 From: ridhachahed <31919686+ridhachahed@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:19:26 +0100 Subject: [PATCH] Fixing small typo in package description of the pyproject.toml file (#533) Co-authored-by: Sebastian Raschka --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 130b7ac..b57d4a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [