Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 15, 2025
1 parent 68c559a commit 03ffe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/prover/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ impl SP1Bn254ProofData {
}
}

/// The mode of the prover.
#[derive(Debug, Default, Clone, ValueEnum, PartialEq, Eq)]
pub enum ProverMode {
#[default]
Cpu,
Cuda,
Network,
#[value(skip)]
Mock,
}

Expand Down

0 comments on commit 03ffe4f

Please sign in to comment.