mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
still refactoring, but need a checkpoint to prepare build for 1.0.7
This commit is contained in:
parent
6b86f5ea22
commit
801b178f2a
11 changed files with 452 additions and 44 deletions
6
model_adapter.h
Normal file
6
model_adapter.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
#include "expose.h"
|
||||
#include "extra.h"
|
||||
|
||||
bool llama_load_model(const load_model_inputs inputs, FileFormat file_format);
|
||||
generation_outputs llama_generate(const generation_inputs inputs, generation_outputs &output);
|
Loading…
Add table
Add a link
Reference in a new issue