mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # common/sampling.h # llama.h # tests/test-chat-template.cpp
This commit is contained in:
commit
a681cdd9ef
20 changed files with 788 additions and 355 deletions
|
@ -545,6 +545,7 @@ void sd_log_cb(enum sd_log_level_t level, const char* log, void* data) {
|
|||
}
|
||||
}
|
||||
|
||||
//concedo notes: if it crashes, make sure you specify --type!
|
||||
int main(int argc, const char* argv[]) {
|
||||
SDParams params;
|
||||
parse_args(argc, argv, params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue