KhronosGroup / NNEF-Tools

The NNEF Tools repository contains tools to generate and consume NNEF documents
https://www.khronos.org/nnef
222 stars 57 forks source link

Does nnef have plan to release python .whl package? #101

Closed joe8086 closed 5 years ago

joe8086 commented 5 years ago

Hi NNEF contributers. Does nnef have plan to release python .whl package? If nnef plan to support on local user must prepare build environment. If cross platform, user may do different platform build environment prepare. If user plan to deploy nnef on several targets, User need repeat do environment setupt on several targets. So I recommend nnef can provide .whl package for user to easy deploy on different target.

Thanks, 8086

gyenesvi commented 5 years ago

We do have plans to make pip installer, but the initial plan is to make it build from source automatically so that we don't have to provide versions for all platforms. What build environment are you thinking about that needs preparation? C++ compiler?

joe8086 commented 5 years ago

Hi Gyensvi,

Glad to know there are plan to support pip installer, and hope it will more quick to meet this done.

My build environment is mainly focus on Windows and Ubuntu platform. If the pip install support these mainly develop platform, then we can do our job very happy.

Thanks. 8086