mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-10 03:12:07 +00:00
fix: adjust imports
This commit is contained in:
parent
61a50a81c0
commit
81656bd016
@ -12,7 +12,6 @@ use text_generation_router::validation::{
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
use tokio::time::Instant;
|
||||
use tracing::{info_span, instrument, Span};
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// Queue entry
|
||||
#[derive(Debug)]
|
||||
@ -402,6 +401,7 @@ impl From<ValidStoppingParameters> for StoppingCriteriaParameters {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
use tracing::info_span;
|
||||
|
||||
|
@ -16,7 +16,6 @@ use text_generation_router::validation::{
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
use tokio::time::Instant;
|
||||
use tracing::{info_span, instrument, Instrument, Span};
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// Queue entry
|
||||
#[derive(Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user