Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Sep 19, 2024
1 parent abb6c83 commit 9c03f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/src/sp1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl SP1Evaluator {
let prover = SP1Prover::<DefaultProverComponents>::new();

#[cfg(feature = "cuda")]
let server = SP1CudaProver::new().expect("Failed to initialize CUDA prover");
let server = SP1CudaProver::new();

// Setup the program.
let (pk, vk) = prover.setup(&elf);
Expand Down

0 comments on commit 9c03f97

Please sign in to comment.