Skip to content

Commit

Permalink
updat e
Browse files Browse the repository at this point in the history
  • Loading branch information
jdf-prog committed Apr 29, 2024
1 parent 58978a0 commit 1317236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
from setuptools import setup, find_packages
# read the contents of your README file
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

setup(
name='llm_blender',
version='0.0.2',
description='LLM-Blender, an innovative ensembling framework to attain consistently superior performance by leveraging the diverse strengths and weaknesses of multiple open-source large language models (LLMs). LLM-Blender cut the weaknesses through ranking and integrate the strengths through fusing generation to enhance the capability of LLMs.',
long_description=long_description,
long_description_content_type='text/markdown',
author='Dongfu Jiang',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 1317236

Please sign in to comment.