mirror of
https://github.com/wassname/alignment-handbook.git
synced 2026-07-13 17:41:45 +08:00
Bump dev version
This commit is contained in:
@@ -105,10 +105,11 @@ install_requires = [
|
||||
deps["tensorboard"],
|
||||
deps["tqdm"], # progress bars in model download and training scripts
|
||||
deps["transformers"],
|
||||
deps["trl"]
|
||||
]
|
||||
|
||||
setup(
|
||||
name="alignment",
|
||||
name="alignment-handbook",
|
||||
version="0.2.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
|
||||
author="The Hugging Face team (past and future)",
|
||||
author_email="lewis@huggingface.co",
|
||||
@@ -117,7 +118,7 @@ setup(
|
||||
long_description_content_type="text/markdown",
|
||||
keywords="nlp deep learning rlhf llm",
|
||||
license="Apache",
|
||||
url="https://github.com/huggingface/alignment",
|
||||
url="https://github.com/huggingface/alignment-handbook",
|
||||
package_dir={"": "src"},
|
||||
packages=find_packages("src"),
|
||||
zip_safe=False,
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.1.0.dev0"
|
||||
__version__ = "0.2.0.dev0"
|
||||
|
||||
Reference in New Issue
Block a user