mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 10:59:41 +00:00
fix segfault, kcpp is now debuggable
This commit is contained in:
parent
1fbf21eec4
commit
3bd70d75ea
2 changed files with 18 additions and 7 deletions
|
@ -1108,7 +1108,7 @@ struct clip_ctx * clip_model_load(const char * fname, const int verbosity = 1) {
|
|||
}
|
||||
}
|
||||
|
||||
clip_ctx * new_clip = new clip_ctx;
|
||||
clip_ctx * new_clip = new clip_ctx{};
|
||||
|
||||
// update projector type
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue