PyTorch issue .
When I load in DJL the mode asked me constants.pkl
Model name: pytorch_model.bin
Model exists: true
Loading fine-tuned T5 model with PyTorch...
Failed to run the chatbot: PytorchStreamReader failed locating file constants.pkl: file not found
ai.djl.engine.EngineException: PytorchStreamReader failed locating file constants.pkl: file not found
at ai.djl.pytorch.jni.PyTorchLibrary.moduleLoad(Native Method)
at ai.djl.pytorch.jni.JniUtils.loadModule(JniUtils.java:1795)
at ai.djl.pytorch.engine.PtModel.load(PtModel.java:99)
at ai.djl.repository.zoo.BaseModelLoader.loadModel(BaseModelLoader.java:176)
at ai.djl.repository.zoo.Criteria.loadModel(Criteria.java:151)
at jirackml.ChatBotPt.main(ChatBotPt.java:92)
Please fix it to use PyTorch from DJL