mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
[core] release v0.9.2 (#7254)
This commit is contained in:
parent
e2299e261b
commit
bf8b483186
6
setup.py
6
setup.py
@ -82,11 +82,11 @@ def main():
|
|||||||
name="llamafactory",
|
name="llamafactory",
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
author="hiyouga",
|
author="hiyouga",
|
||||||
author_email="hiyouga AT buaa.edu.cn",
|
author_email="hiyouga@buaa.edu.cn",
|
||||||
description="Easy-to-use LLM fine-tuning framework",
|
description="Unified Efficient Fine-Tuning of 100+ LLMs",
|
||||||
long_description=open("README.md", encoding="utf-8").read(),
|
long_description=open("README.md", encoding="utf-8").read(),
|
||||||
long_description_content_type="text/markdown",
|
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",
|
license="Apache 2.0 License",
|
||||||
url="https://github.com/hiyouga/LLaMA-Factory",
|
url="https://github.com/hiyouga/LLaMA-Factory",
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user