[core] release v0.9.2 (#7254)

This commit is contained in:
hoshi-hiyouga 2025-03-11 22:42:23 +08:00 committed by GitHub
parent 7a7071e504
commit b256ca86f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,11 +82,11 @@ def main():
name="llamafactory",
version=get_version(),
author="hiyouga",
author_email="hiyouga AT buaa.edu.cn",
description="Easy-to-use LLM fine-tuning framework",
author_email="hiyouga@buaa.edu.cn",
description="Unified Efficient Fine-Tuning of 100+ LLMs",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
keywords=["LLaMA", "BLOOM", "Falcon", "LLM", "ChatGPT", "transformer", "pytorch", "deep learning"],
keywords=["AI", "LLM", "GPT", "ChatGPT", "Llama", "Transformer", "DeepSeek", "Pytorch"],
license="Apache 2.0 License",
url="https://github.com/hiyouga/LLaMA-Factory",
package_dir={"": "src"},