Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
681 stars 218 forks source link

Enable optional xrt installation from local deb #1098

Closed auphelia closed 4 weeks ago

auphelia commented 4 weeks ago

This PR expands the capability of the docker scripts to install xrt from local .deb file.

To use a local file, set the env var FINN_XRT_PATH to the path in which the .deb file lies. Be aware, that we currently assume a specific xrt deb version: xrt_202220.2.14.354_22.04-amd64-xrt, see here: https://github.com/Xilinx/finn/blob/dev/run-docker.sh#L89