Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 2, 2024
1 parent 7d65b03 commit b4fdc74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::Result;
use candle_holder_examples::get_device_from_args;
use candle_holder_pipelines::{FeatureExtractionOptions, FeatureExtractionPipeline, Pooling};
use candle_holder_pipelines::FeatureExtractionPipeline;

fn main() -> Result<()> {
let device = get_device_from_args()?;
Expand Down

0 comments on commit b4fdc74

Please # to comment.