Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 3b9d2b0

Browse files
committed
Seting a default value for load_from_bytes in load_lm
1 parent 71e19bc commit 3b9d2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native_client/ctcdecode/scorer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Scorer {
8686
void fill_dictionary(const std::unordered_set<std::string> &vocabulary);
8787

8888
// load language model from given path
89-
int load_lm(const std::string &lm_path, bool load_from_bytes);
89+
int load_lm(const std::string &lm_path, bool load_from_bytes=false);
9090

9191
// language model weight
9292
double alpha = 0.;

0 commit comments

Comments
 (0)