Skip to content

Commit

Permalink
[install] only add deepspeed pkg at install (microsoft#2714)
Browse files Browse the repository at this point in the history
Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
  • Loading branch information
jeffra and tjruwase authored Jan 18, 2023
1 parent df2495c commit 0b549ad
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,20 +281,8 @@ def create_dir_symlink(src, dest):
},
install_requires=install_requires,
extras_require=extras_require,
packages=find_packages(exclude=[
"azure",
"csrc",
"docker",
"docs",
"examples",
"op_builder",
"release",
"requirements",
"scripts",
"tests",
"benchmarks",
"accelerator"
]),
packages=find_packages(include=['deepspeed',
'deepspeed.*']),
include_package_data=True,
scripts=[
'bin/deepspeed',
Expand Down

0 comments on commit 0b549ad

Please sign in to comment.