From cae20197c99f3962e6232266d75fdd55261c36a9 Mon Sep 17 00:00:00 2001 From: John Guibas Date: Tue, 8 Oct 2024 21:36:26 -0700 Subject: [PATCH] verify vk false for cuda --- crates/cuda/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/cuda/src/lib.rs b/crates/cuda/src/lib.rs index c86619da86..0ca8e2e1c8 100644 --- a/crates/cuda/src/lib.rs +++ b/crates/cuda/src/lib.rs @@ -107,6 +107,8 @@ impl SP1CudaProver { "run", "-e", &format!("RUST_LOG={}", rust_log_level), + "-e", + &format!("VERIFY_VK={}", "false"), "-p", "3000:3000", "--rm",