Practical Llama 3 inference in Java
github.com
Practical Llama 3 inference in Java
1–3 of 3 posts
Re: Practical Llama 3 inference in Java
#2[deleted]
Re: Practical Llama 3 inference in Java
#3Llama3.java: featuring .GGUF file format support, Q8_0 and Q4_0 quantizations, fast matrix/vector multiplication routines using Java's Vector API; served by a simple CLI with a --chat mode to interact with the Llama 3 models.