Skip to content

Commit

Permalink
[resume] pass parser by reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tijyojwad committed Jul 11, 2023
1 parent 711650a commit 2aba658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorado/cli/basecaller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void setup(std::vector<std::string> args,
const std::string& dump_stats_file,
const std::string& dump_stats_filter,
const std::string& resume_from_file,
argparse::ArgumentParser resume_parser) {
argparse::ArgumentParser& resume_parser) {
torch::set_num_threads(1);

// create modbase runners first so basecall runners can pick batch sizes based on available memory
Expand Down

0 comments on commit 2aba658

Please sign in to comment.