View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window llama-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.kherud.llama
├─ de.kherud.llama.LlamaGrammar.class - [JAR]
├─ de.kherud.llama.LlamaModel.class - [JAR]
├─ de.kherud.llama.Parameters.class - [JAR]
de.kherud.llama.foreign
├─ de.kherud.llama.foreign.LlamaLibrary.class - [JAR]
├─ de.kherud.llama.foreign.NativeSize.class - [JAR]
├─ de.kherud.llama.foreign.NativeSizeByReference.class - [JAR]
├─ de.kherud.llama.foreign.llama_beam_view.class - [JAR]
├─ de.kherud.llama.foreign.llama_beams_state.class - [JAR]
├─ de.kherud.llama.foreign.llama_context_params.class - [JAR]
├─ de.kherud.llama.foreign.llama_grammar_element.class - [JAR]
├─ de.kherud.llama.foreign.llama_model_quantize_params.class - [JAR]
├─ de.kherud.llama.foreign.llama_timings.class - [JAR]
├─ de.kherud.llama.foreign.llama_token_data.class - [JAR]
├─ de.kherud.llama.foreign.llama_token_data_array.class - [JAR]