mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-06-26 23:50:03 +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]
|
||||
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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user