Skip to content

Commit

Permalink
derive clone
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 10, 2022
1 parent cb5e8a5 commit eb3d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/tokenizer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ where
}
}

#[derive(Serialize, Deserialize, Debug)]
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Tokenizer(
TokenizerImpl<
ModelWrapper,
Expand Down

0 comments on commit eb3d37f

Please sign in to comment.