cont : cleanup

This commit is contained in:
Georgi Gerganov
2026-01-09 13:22:04 +02:00
parent 91fd50be1b
commit f2d988db55
2 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ struct server_task {
int id_slot = -1;
// used by parallel sampling (multiple completions from same prompt)
size_t n_children = 0; // number of tasks reusing this prompt
int id_parent = -1;
int n_children = 0; // number of tasks reusing this prompt
int id_parent = -1;
// used by SERVER_TASK_TYPE_INFERENCE
task_params params;