Java maven artifact planned? #1406
Replies: 5 comments 4 replies
-
It is not on the immediate roadmap. Can you tell us more about your scenario? |
Beta Was this translation helpful? Give feedback.
-
hi, before noticing this discussion, I opened #1496 which is about installing the java maven artifact into the local maven repository as part of the build. That is basically the first step in enabling proper usage scenarios for the java version of this library. Maven is the de-fact standard for building java projects; you specify dependencies versions in your project pom.xml and Maven goes and fetch the artifacts by looking into the local repository first and remote repos afterwards. For the records, I'm starting working on langchain4j/langchain4j#2669 in my spare time and that would require onnxruntime-genai to be available in a maven repository (ideally maven central). |
Beta Was this translation helpful? Give feedback.
-
Just to re-enforce the request to automatically create maven artifacts for Onnxruntime GenAI. DJL (Deep Java Learning) the an advanced Java-based deep-learning framework that supports multiple engines, including Onnxruntime. Frank Liu is keen to add in support for Onnxruntime GenAI, but adding in Java maven support would be a requirement ideally to make this automated. This will increase expose / usage of Onnx GenAI significantly. Can we give this priority please? |
Beta Was this translation helpful? Give feedback.
-
Is that possible to publish jni library to github when you publish release? |
Beta Was this translation helpful? Give feedback.
-
@natke @baijumeswani now that 0.9.0 is out, is there any news on when the full java maven artifact publishing will be worked? If you have the next steps in mind for how you'd like that to be implemented, how about you create issue tickets for volunteers to work on? If you need to brainstorm, I (or others here) might be able to help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
are there any plans to publish a artifact into the public maven repository?
Beta Was this translation helpful? Give feedback.
All reactions