refactor mllm param logic

This commit is contained in:
hiyouga
2025-01-10 15:41:54 +00:00
parent 5ffd8ad192
commit f6f630a1c9
10 changed files with 198 additions and 62 deletions

View File

@@ -71,7 +71,7 @@ def main():
name="llamafactory",
version=get_version(),
author="hiyouga",
author_email="hiyouga" "@" "buaa.edu.cn",
author_email="hiyouga AT buaa.edu.cn",
description="Easy-to-use LLM fine-tuning framework",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",