Explorar o código

[Optimization] fix bug

wanchen.swc %!s(int64=2) %!d(string=hai) anos
pai
achega
18a119f057
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      funasr/runtime/triton_gpu/launch_service.sh

+ 1 - 1
funasr/runtime/triton_gpu/launch_service.sh

@@ -3,7 +3,7 @@ instance_num=$2
 
 if [ "$model_type" = "onnx" ]; then
     model_repo="model_repo_paraformer_large_offline"
-    model_name="onnx.model"
+    model_name="model.onnx"
 elif [ "$model_type" = "libtorch" ]; then
     model_repo="model_repo_paraformer_torchscritpts"
     model_name="model.torchscripts"