We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740a1e9 commit a064b7dCopy full SHA for a064b7d
reqactor/src/backend.rs
@@ -364,7 +364,7 @@ impl Backend {
364
ProofType::Sp1 => {
365
let mut available_gpus = self.available_gpus.lock().await;
366
367
- // We could expect here becuase semaphore is used to limit the concurrency and
+ // We could expect here because semaphore is used to limit the concurrency and
368
// available_gpus.len() == semaphore.available_permits() == max_proving_concurrency
369
let gpu_number = available_gpus
370
.pop_front()
0 commit comments