diff --git a/tig-worker/src/main.rs b/tig-worker/src/main.rs index eeb8f8b..2273306 100644 --- a/tig-worker/src/main.rs +++ b/tig-worker/src/main.rs @@ -103,7 +103,7 @@ fn compute_batch( let settings = load_settings(&settings); match settings.challenge_id.as_str() { - "c004" => { + "c004" | "c005" => { #[cfg(not(feature = "cuda"))] panic!("tig-worker was not compiled with '--features cuda'");