mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
wip logprobs data
This commit is contained in:
parent
bd05efd648
commit
90f5cd0f67
6 changed files with 70 additions and 19 deletions
|
@ -294,5 +294,13 @@ extern "C"
|
|||
return output;
|
||||
}
|
||||
|
||||
last_logprobs_outputs last_logprobs()
|
||||
{
|
||||
last_logprobs_outputs output;
|
||||
std::vector<TopPicksData> toppicks = gpttype_get_top_picks_data(); //copy top picks
|
||||
output.count = 0;
|
||||
return output;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue