mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-09 20:07:41 +00:00
[app] fix ChatGPT requirements (#2704)
This commit is contained in:
parent
1b34701027
commit
8408c852a6
@ -22,7 +22,6 @@ setup(
|
|||||||
packages=find_packages(exclude=(
|
packages=find_packages(exclude=(
|
||||||
'tests',
|
'tests',
|
||||||
'benchmarks',
|
'benchmarks',
|
||||||
'requirements',
|
|
||||||
'*.egg-info',
|
'*.egg-info',
|
||||||
)),
|
)),
|
||||||
description='A RLFH implementation (ChatGPT) powered by ColossalAI',
|
description='A RLFH implementation (ChatGPT) powered by ColossalAI',
|
||||||
@ -30,7 +29,7 @@ setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
license='Apache Software License 2.0',
|
license='Apache Software License 2.0',
|
||||||
url='https://github.com/hpcaitech/ChatGPT',
|
url='https://github.com/hpcaitech/ChatGPT',
|
||||||
install_requires=fetch_requirements('requirements/requirements.txt'),
|
install_requires=fetch_requirements('requirements.txt'),
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
|
Loading…
Reference in New Issue
Block a user