mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
fixed a horrible bug in thread counts
This commit is contained in:
+1
-1
@@ -1470,7 +1470,7 @@ const std::string & gpttype_get_pending_output()
|
||||
return concat_output_reader_copy;
|
||||
}
|
||||
|
||||
bool GetThreadsToUse(bool blasmode)
|
||||
int GetThreadsToUse(bool blasmode)
|
||||
{
|
||||
if (blasmode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user