fix trailing whitespace
This commit is contained in:
parent
2104757172
commit
de30196b51
|
|
@ -2677,7 +2677,7 @@ private:
|
|||
SRV_WRN("reducing batch size to %d after %d retries (cleared_slot = %d)\n", n_batch, n_retries, cleared_slot);
|
||||
}
|
||||
|
||||
SRV_WRN("failed to find free space in the KV cache, retrying (attempt %d/%d), i = %d, n_batch = %d, ret = %d\n",
|
||||
SRV_WRN("failed to find free space in the KV cache, retrying (attempt %d/%d), i = %d, n_batch = %d, ret = %d\n",
|
||||
n_retries, max_retries, i, n_batch, ret);
|
||||
|
||||
continue; // continue loop of n_batch
|
||||
|
|
|
|||
Loading…
Reference in New Issue