kubraaksux opened a new pull request, #2430: URL: https://github.com/apache/systemds/pull/2430
## Summary Adds LLM text generation to JMLC API using Py4J to bridge Java and Python (HuggingFace models). ## Changes - Connection.java: loadModel() to start Python worker - PreparedScript.java: setLLMWorker(), generate() - LLMCallback.java: Java interface for Python callback - llm_worker.py: Python worker loading HuggingFace models - JMLCLLMInferenceTest.java: Integration test ## Test mvn test -Dtest=JMLCLLMInferenceTest -pl . WIP - looking for feedback on the approach. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
