Skip to content

Commit

Permalink
fix uie jaa
Browse files Browse the repository at this point in the history
  • Loading branch information
joey12300 committed Dec 28, 2022
1 parent 01bf63e commit e36ee2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void checkAndUpdateSettings() {
option.enableLiteFp16();
}
predictor.init(modelFile, paramsFile, vocabFile,
0.3f, 128, schemaTexts,
0.3f, 128, schemaTexts, 64,
option, SchemaLanguage.ZH);
}
}
Expand Down

0 comments on commit e36ee2e

Please sign in to comment.