mukel / llama3.java

Practical Llama 3 inference in Java
MIT License
514 stars 61 forks source link

package removed, classes reordered, readme updated #1

Closed AdamBien closed 4 months ago

AdamBien commented 4 months ago

Removing the package and reordering the classes allows inference without any build step or compilation.

AdamBien commented 4 months ago

With this small change we would be able to directly run the app with plain "java" without "javac". I'm about to record a video about that.