Skip to content

Commit

Permalink
Prep for 0.1.0 release (#22)
Browse files Browse the repository at this point in the history
* Prep for 0.1.0 release
  • Loading branch information
cdettmering authored May 31, 2023
1 parent b73a16a commit 11a33e1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
[metadata]
name = anyGPT
version = 0.0.1a2
version = 0.1.0
author = Miguel Alonso Jr
author_email = [email protected]
maintainer = Chad Dettmering
maintainer_email = [email protected]
description = A general purpose library for training any type of GPT model. Support for gpt-1, gpt-2, and gpt-3 models.
long_description = file: docs/README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
keywords = ai, ml, rl, gpt, llm, rlhf
license = MIT
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Artificial Intelligence
Typing :: Typed

[options]
package_dir=
Expand Down

0 comments on commit 11a33e1

Please sign in to comment.