Skip to content

Commit

Permalink
[manifest] update mainfest to add hpp file in csrc. (deepspeedai#5522)
Browse files Browse the repository at this point in the history
Update the mainfest to cover hpp file in csrc.
  • Loading branch information
ys950902 authored May 13, 2024
1 parent df4ef0a commit 4696afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include deepspeed/inference/v2/kernels/ragged_ops/libs/*.so
include deepspeed/inference/v2/kernels/cutlass_ops/libs/*.so
recursive-include requirements *.txt
recursive-include deepspeed *.cpp *.h *.cu *.hip *.tr *.cuh *.cc *.json
recursive-include csrc *.cpp *.h *.cu *.tr *.cuh *.cc
recursive-include csrc *.cpp *.h *.hpp *.cu *.tr *.cuh *.cc
recursive-include op_builder *.py
recursive-include benchmarks *.py
recursive-include accelerator *.py

0 comments on commit 4696afd

Please sign in to comment.