mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix clippy warning
This commit is contained in:
parent
dfc00f7fb3
commit
110d154777
@ -22,6 +22,7 @@ use tracing::warn;
|
|||||||
use utoipa::ToSchema;
|
use utoipa::ToSchema;
|
||||||
use validation::Validation;
|
use validation::Validation;
|
||||||
|
|
||||||
|
#[allow(clippy::large_enum_variant)]
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub enum Tokenizer {
|
pub enum Tokenizer {
|
||||||
Python {
|
Python {
|
||||||
|
Loading…
Reference in New Issue
Block a user