Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
li-plus committed Jul 30, 2024
1 parent 4ac241c commit d284855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chatglm.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ using unique_ggml_backend_buffer_t = std::unique_ptr<ggml_backend_buffer, ggml_b
template <typename T>
struct no_init {
T value;
no_init() { /* do nothing */ }
no_init() { /* do nothing */
}
};

struct ModelContext {
Expand Down

0 comments on commit d284855

Please sign in to comment.