Skip to content

Commit 03d72e6

Browse files
ridhachahedrasbt
andauthored
Fixing small typo in package description of the pyproject.toml file (rasbt#533)
Co-authored-by: Sebastian Raschka <[email protected]>
1 parent a08d7aa commit 03d72e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "llms-from-scratch"
33
version = "0.1.0"
4-
description = "mplement a ChatGPT-like LLM in PyTorch from scratch, step by step"
4+
description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [

0 commit comments

Comments
 (0)