jar

de.kherud : llama

Maven & Gradle

Sep 01, 2023
282 stars

de.kherud:llama · Java Bindings for llama.cpp - A Port of Facebook's LLaMA model in C/C++.

Table Of Contents

Latest Version

Download de.kherud : llama JAR file - Latest Versions:

All Versions

Download de.kherud : llama JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement