mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-07-03 07:04:25 +00:00
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:
parent
a08d7aaa84
commit
03d72e6eb5
@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "llms-from-scratch"
|
name = "llms-from-scratch"
|
||||||
version = "0.1.0"
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user