mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-14 10:48:51 +02:00
fixed a typo
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ extern "C"
|
||||
int platform = parseinfo/10;
|
||||
int devices = parseinfo%10;
|
||||
platformenv = "GGML_CLBLAST_PLATFORM="+std::to_string(platform);
|
||||
deviceenv = "GGML_CLBLAST_DEVICES="+std::to_string(devices);
|
||||
deviceenv = "GGML_CLBLAST_DEVICE="+std::to_string(devices);
|
||||
putenv((char*)platformenv.c_str());
|
||||
putenv((char*)deviceenv.c_str());
|
||||
executable_path = inputs.executable_path;
|
||||
|
||||
+1
-1
@@ -196,7 +196,7 @@ maxctx = 2048
|
||||
maxlen = 128
|
||||
modelbusy = False
|
||||
defaultport = 5001
|
||||
KcppVersion = "1.19"
|
||||
KcppVersion = "1.19.1"
|
||||
|
||||
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
||||
sys_version = ""
|
||||
|
||||
Reference in New Issue
Block a user