Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
95c21e39
Unverified
Commit
95c21e39
authored
Feb 26, 2024
by
Hongxin Liu
Committed by
GitHub
Feb 26, 2024
Browse files
[extension] hotfix jit extension setup (#5402)
parent
5d380a1a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
setup.py
setup.py
+3
-5
No files found.
setup.py
View file @
95c21e39
...
...
@@ -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/**/*"
,
]
},
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment