Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update setup.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Sep 7, 2022
1 parent 08d7424 commit ea50a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ def finalize_options(self):
],
keywords=("alpa distributed parallel machine-learning model-parallelism"
"gpt-3 deep-learning language-model python"),
packages=find_packages(exclude=["playground"]),
packages=find_packages(exclude=["benchmark", "examples", "playground", "tests"]),
python_requires='>=3.7',
cmdclass={"install": InstallPlatlib},
# distclass=BinaryDistribution,
install_requires=install_require_list,
extras_require={
'dev': dev_require_list,
Expand Down

0 comments on commit ea50a43

Please sign in to comment.