chore(looper): cleanup a bit more

This commit is contained in:
Morgan Funtowicz 2024-10-21 16:57:26 +02:00
parent 04c6f51258
commit cdac4b0058

View File

@ -27,11 +27,6 @@ use crate::utils::first_line;
type InferResult<T> = Result<T, InferError>; type InferResult<T> = Result<T, InferError>;
struct IdentifiableRequest<T> {
request_id: u64,
inner: T,
}
/// Wrap the requests along with the channel used to stream back to the client the decoded tokens /// Wrap the requests along with the channel used to stream back to the client the decoded tokens
struct GenerationContext { struct GenerationContext {
request: ValidGenerateRequest, request: ValidGenerateRequest,