Skip to content

Commit

Permalink
verify vk false for cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 9, 2024
1 parent dd8cd6d commit cae2019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cuda/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ impl SP1CudaProver {
"run",
"-e",
&format!("RUST_LOG={}", rust_log_level),
"-e",
&format!("VERIFY_VK={}", "false"),
"-p",
"3000:3000",
"--rm",
Expand Down

0 comments on commit cae2019

Please sign in to comment.