server : wrap around the "id_slot" parameter (#19207)

* server : wrap around the "id_slot" parameter

* cont : minor
This commit is contained in:
Georgi Gerganov
2026-01-30 19:46:10 +02:00
committed by GitHub
parent 13f3ebfae1
commit bbada8bfb9
2 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ struct server_task {
// used by SERVER_TASK_TYPE_SLOT_SAVE, SERVER_TASK_TYPE_SLOT_RESTORE, SERVER_TASK_TYPE_SLOT_ERASE
struct slot_action {
int slot_id;
int id_slot;
std::string filename;
std::string filepath;
};