v1.5.0
Release 1.5.0 can be used to run models compiled using the release-1.5.0 branch of neo-ai/TVM.
This update enables support for TensorFlow object detection models on GPU. For these particular models, since part of the model runs on CPU while the other part runs on GPU, the model might have to be loaded with dev_type='cpu'
. The DeviceType field in the metadata file will now tell you which device type is required. This can be queried using GetDLRDeviceType
.
Pre-built wheels can be installed via pip install link-to-wheel
. If you don't see your platform in the table, see Installing DLR for instructions to build from source.