Yuekai Zhang
2023-03-06 9b9c948b3ccc142dad623e9f2a2605ad510e1782
remove pickle
1个文件已修改
2 ■■■■■ 已修改文件
funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py
@@ -22,8 +22,6 @@
import json
import os
import pickle
class TritonPythonModel:
    """Your Python model must use the same class name. Every Python model
    that is created must have "TritonPythonModel" as the class name.