mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
chore(looper): cleanup a bit more
This commit is contained in:
parent
7f383bf4dc
commit
3af45189b3
@ -27,11 +27,6 @@ use crate::utils::first_line;
|
||||
|
||||
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
|
||||
struct GenerationContext {
|
||||
request: ValidGenerateRequest,
|
||||
|
Loading…
Reference in New Issue
Block a user