mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fixed a horrible bug in thread counts
This commit is contained in:
parent
7e0efdaa30
commit
6d6d79f359
1 changed files with 1 additions and 1 deletions
|
@ -1470,7 +1470,7 @@ const std::string & gpttype_get_pending_output()
|
||||||
return concat_output_reader_copy;
|
return concat_output_reader_copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GetThreadsToUse(bool blasmode)
|
int GetThreadsToUse(bool blasmode)
|
||||||
{
|
{
|
||||||
if (blasmode)
|
if (blasmode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue