This commit is contained in:
Ettore Di Giacinto 2025-05-07 16:53:00 +00:00 committed by GitHub
commit dff75bb64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 115 additions and 5 deletions

View file

@ -61,6 +61,7 @@ struct task_server {
json data;
bool infill_mode = false;
bool embedding_mode = false;
bool reranking_mode = false;
int multitask_id = -1;
};