-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= | ||
|