fix typo
This commit is contained in:
parent
91d94eeebd
commit
0c115da251
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue