From 9b9c948b3ccc142dad623e9f2a2605ad510e1782 Mon Sep 17 00:00:00 2001
From: Yuekai Zhang <zhangyuekai@foxmail.com>
Date: 星期一, 06 三月 2023 15:46:18 +0800
Subject: [PATCH] remove pickle

---
 funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py b/funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py
index 5fe25e5..0377033 100644
--- a/funasr/runtime/triton_gpu/model_repo_paraformer_large_offline/scoring/1/model.py
+++ b/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.

--
Gitblit v1.9.1