-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use TornadoVM for faster inferencing #25
Comments
Yes, it can! |
main...kevintanhongann:llama3.java:main I don't know if this makes sense. Tried to run it but it seems that it still needs Graalvm related stuff to work. How to run mine. jbang -Dtornado.load.api.implementation=uk.ac.manchester.tornado.runtime.tasks.TornadoTaskGraph -Dtornado.load.runtime.implementation=uk.ac.manchester.tornado.runtime.TornadoCoreRuntime -Dtornado.load.tornado.implementation=uk.ac.manchester.tornado.runtime.common.Tornado -Dtornado.load.annotation.implementation=uk.ac.manchester.tornado.annotation.ASMClassVisitor -Dtornado.load.annotation.parallel=uk.ac.manchester.tornado.api.annotations.Parallel Llama3.java --model Meta-Llama-3-8B-Instruct-Q4_0.gguf --chat ongoing troubleshooting... |
Pulling @jjfumero into the discussion. |
We are currently working on extending llama3 with TornadoVM without support for quantized types on the GPU without the need to convert the gguf model to use floats. |
I suppose this can be improved by utilizing the GPU using TornadoVM.
The text was updated successfully, but these errors were encountered: