Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Oct 10, 2020
1 parent 9e1887e commit 426430a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/translation_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use criterion::{black_box, Criterion};
// use rust_bert::pipelines::translation::TranslationOption::{Marian, T5};
use rust_bert::pipelines::translation::{Language, TranslationConfig, TranslationModel};
// use rust_bert::resources::{LocalResource, Resource};
// use rust_tokenizers::{Tokenizer, TruncationStrategy};
use std::time::{Duration, Instant};
use tch::Device;

Expand Down

0 comments on commit 426430a

Please sign in to comment.