Skip to content

Commit

Permalink
feat(jobs): register extract c clef job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarchd01 committed Jun 28, 2024
1 parent 954eaee commit 8373467
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rodan-main/code/rodan/registerJobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,13 @@
"rodan.jobs.column_split.base": [
"ColumnSplit"
]
},

"rodan.jobs.extract_c_clefs": {
"rodan.jobs.extract_c_clefs.base": [
"ExtractCClefs"
]
}

}

"RODAN_GPU_JOBS": {
Expand Down

0 comments on commit 8373467

Please sign in to comment.