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