Porting to Linux #12
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
If we build a linux version of the library we should also standardize the build process, packaging. Some questions to decide:
Some more questions:
And probably there are more questions to discuss, my Linux dev experience is not extensive. |
Beta Was this translation helpful? Give feedback.
-
It is also used to write image metadata and image resizing, however it might not be invoked for that directly from MachineLearning. So I can accept this analysis. However, there are some more classes I think (e.g. Logger, file-io, events and threading related code) which are in use or will be used in the future. So architecturally common should be kept, even if some parts do not have windows versions and it will make the initial setup a little more complicated. Any general code which is not directly tied to machine learning, should go into common. |
Beta Was this translation helpful? Give feedback.
-
I am porting the project to Linux. Seems easy, but I have several questions not covered in the readme.
Axodox.MachineLearning.Shared/Assets
? Am I understanding correctly, this is https://github.com/microsoft/onnxruntime-extensions?axodox-common
and rewriteTensor
methodstoHalf
/toFull
to be done without DirectX. Do you have any other suggestions on porting?controlnet
branch with recent commits. Can you please share a plan for future features? Are you planning to add more samplers?Beta Was this translation helpful? Give feedback.
All reactions