remove pickle

This commit is contained in:
Yuekai Zhang 2023-03-06 15:46:18 +08:00
parent d8b8dbd32d
commit 9b9c948b3c

View File

@ -22,8 +22,6 @@ from torch.utils.dlpack import from_dlpack
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.