Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Aug 16, 2024
1 parent 152b3ab commit 440c54b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion crates/sdk/src/provers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod cpu;
#[cfg(feature = "cuda")]
mod cuda;
mod mock;
mod utils;

pub use cpu::CpuProver;
#[cfg(feature = "cuda")]
Expand Down
10 changes: 0 additions & 10 deletions crates/sdk/src/provers/utils.rs

This file was deleted.

0 comments on commit 440c54b

Please sign in to comment.