server : fix slot ctx_drft ptr

This commit is contained in:
Georgi Gerganov
2026-05-08 11:55:05 +03:00
parent 161eae0adf
commit 1dbc054da5

View File

@@ -947,6 +947,10 @@ private:
SRV_WRN("%s", "destroying the draft model as it is not going to be used\n");
ctx_drft.reset();
for (auto & slot : slots) {
slot.ctx_drft = nullptr;
}
}
{