mirror of
https://github.com/wassname/alignment-handbook.git
synced 2026-06-27 16:14:07 +08:00
Bump dev version v0.3.0.dev
This commit is contained in:
@@ -114,7 +114,7 @@ install_requires = [
|
||||
|
||||
setup(
|
||||
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)
|
||||
version="0.3.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",
|
||||
description="The Alignment Handbook",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.2.0.dev0"
|
||||
__version__ = "0.3.0.dev0"
|
||||
|
||||
from .configs import DataArguments, DPOConfig, H4ArgumentParser, ModelArguments, SFTConfig
|
||||
from .data import apply_chat_template, get_datasets
|
||||
|
||||
Reference in New Issue
Block a user