mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 02:00:22 +00:00
feat: use Opus-MT-StarCitizen-zh-en model
This commit is contained in:
@@ -393,11 +393,11 @@ mod tests {
|
||||
#[test]
|
||||
fn test_translation() {
|
||||
let model = OpusMtModel::new(
|
||||
"C:\\Users\\xkeyc\\Downloads\\onnx_models\\opus-mt-zh-en",
|
||||
"E:\\Project\\StarCtizen\\Opus-MT-StarCitizen\\results\\final_model",
|
||||
"_q4f16",
|
||||
)
|
||||
.unwrap();
|
||||
let result = model.translate("你好世界").unwrap();
|
||||
let result = model.translate("北极星要炸了,快撤!").unwrap();
|
||||
println!("Translation: {}", result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user