mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
Various enhancement and integration pygmalion.cpp
This commit is contained in:
parent
3f4967b827
commit
8dd8ab1659
20 changed files with 2362 additions and 526 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "llamaextra.cpp"
|
||||
|
||||
//return val: 0=fail, 1=(original ggml, alpaca), 2=(ggmf), 3=(ggjt)
|
||||
static FileFormat file_format = FileFormat::FAIL;
|
||||
static FileFormat file_format = FileFormat::BADFORMAT;
|
||||
static llama_context_params ctx_params;
|
||||
static gpt_params params;
|
||||
static int n_past = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue