"docs/guides/vscode:/vscode.git/clone" did not exist on "1c77531a501dee670d4b1d71e198b857f451ca55"
fix(mistralrs): Disable paged attention (#234)
Under load it sometimes drops a request. The request gets added to the batch (sequence) and immediately gets a FinishReason Stop. Not sure why. It doesn't happen with the default scheduler (non-paged attention), so switch to that for now.
Showing
Please register or sign in to comment