mirror of https://github.com/hpcaitech/ColossalAI
[extension] hotfix jit extension setup (#5402)
parent
5d380a1a21
commit
95c21e3950
8
setup.py
8
setup.py
|
@ -121,8 +121,9 @@ setup(
|
|||
"tests",
|
||||
"scripts",
|
||||
"requirements",
|
||||
"extensions",
|
||||
"*.egg-info",
|
||||
)
|
||||
),
|
||||
),
|
||||
description="An integrated large-scale model training system with efficient parallelization techniques",
|
||||
long_description=fetch_readme(),
|
||||
|
@ -153,10 +154,7 @@ setup(
|
|||
],
|
||||
package_data={
|
||||
"colossalai": [
|
||||
"_C/*.pyi",
|
||||
"kernel/cuda_native/csrc/*",
|
||||
"kernel/cuda_native/csrc/kernel/*",
|
||||
"kernel/cuda_native/csrc/kernels/include/*",
|
||||
"kernel/extensions/csrc/**/*",
|
||||
]
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue