This commit is contained in:
Paulo de Castro 2024-04-28 00:37:53 -03:00
parent 91d94eeebd
commit 0c115da251

View file

@ -704,7 +704,7 @@ struct server_context {
return res > 0; return res > 0;
} }
//MARK: Init
void init() { void init() {
const int32_t n_ctx_slot = n_ctx / params.n_parallel; const int32_t n_ctx_slot = n_ctx / params.n_parallel;