Skip to content

Commit

Permalink
Fix MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
li-plus committed Jul 25, 2024
1 parent e040dd9 commit 594279c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ graft third_party/re2

# absl
graft third_party/abseil-cpp

# stb
include third_party/stb/stb_image.h
include third_party/stb/stb_image_resize2.h
2 changes: 0 additions & 2 deletions chatglm.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ struct Image {

Image resize(size_t new_width, size_t new_height) const;

bool empty() const { return pixels.empty(); }

void clear() {
width = height = channels = 0;
pixels.clear();
Expand Down

0 comments on commit 594279c

Please sign in to comment.