mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-06-26 23:15:49 +00:00
fix setup build error when setuptools version is lower
This commit is contained in:
parent
9b0dad8640
commit
6c59e0f40d
2
setup.py
2
setup.py
@ -73,7 +73,7 @@ if __name__ == '__main__':
|
|||||||
packages=['deep_gemm', 'deep_gemm/jit', 'deep_gemm/jit_kernels'],
|
packages=['deep_gemm', 'deep_gemm/jit', 'deep_gemm/jit_kernels'],
|
||||||
package_data={
|
package_data={
|
||||||
'deep_gemm': [
|
'deep_gemm': [
|
||||||
'include/deep_gemm/**/*',
|
'include/deep_gemm/*',
|
||||||
'include/cute/**/*',
|
'include/cute/**/*',
|
||||||
'include/cutlass/**/*',
|
'include/cutlass/**/*',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user