Skip to content

Commit

Permalink
fix: cuda pass vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Dec 5, 2024
1 parent 1eb5c7b commit 6dc55e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/cuda/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ impl SP1CudaProver {
"run",
"-e",
&format!("RUST_LOG={}", rust_log_level),
"-e",
"FIX_RECURSION_SHAPES=false",
"-e",
"FIX_CORE_SHAPE=false",
"-p",
"3000:3000",
"--rm",
Expand Down

0 comments on commit 6dc55e6

Please sign in to comment.