mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 17:27:21 +08:00
Add c005 to tig-worker.
This commit is contained in:
parent
76c6d4f592
commit
160e92fece
@ -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'");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user