Skip to content

Commit

Permalink
spurious debug save
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 16, 2023
1 parent 077c722 commit 96192b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-rt/test-tflite/src/tflite_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ impl Runtime for TfliteRuntime {
fn prepare(&self, model: TypedModel) -> TractResult<Box<dyn Runnable>> {
let mut buffer = vec![];
self.0.write(&model, &mut buffer)?;
std::fs::write("foo.tflite", &buffer)?;
Ok(Box::new(TfliteRunnable(buffer)))
}
}
Expand Down

0 comments on commit 96192b5

Please sign in to comment.