Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Fix FP16 binding #208

Closed varunsh-xilinx closed 1 year ago

varunsh-xilinx commented 1 year ago

Summary of Changes

Motivation

Omitting this header results in an error about types from numpy.

Implementation

I added this header in #203 but forgot to add it to this file. For some reason, using FP16 data worked on my machine but it failed on a different machine/container.

Notes

N/A

gbuildx commented 1 year ago

Build successful!