volksdep
volksdep copied to clipboard
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Volksdep installation fails with error "ERROR: No matching distribution found for tensorrt>=7.1.0.* ." I have installed tensorrt on my system. still getting the error I can import tensorrt in python...
Failed to convert my pytorch model to trt module using torch2trt. Maybe something wrong with the step that builder.build_engine(). My enviroment information is CUDA11.4, TensorRT8,2. Could you please help me...
Can the model only handle a single input? I get an error when I change multiple inputs to a list.
Hi! I want to convert my onnx to tensorrt model. The error is shown below. Could you please tell me how to solve it? [TensorRT] ERROR: INVALID_ARGUMENT: getPluginCreator could not...
Someone ever tried convert Bert model?