Skip to content

srinivaskumarramdas/javacpp-presets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaLLM C++ Presets

LLaMA.cpp (Currently only works on Mac)

Build Instructions

In the project root, run the following commands to build and install related Jars to your local machine:

mvn clean install --projects .,llamacpp
mvn clean install -f platform --projects ../llamacpp/platform -Djavacpp.platform.host

Then, in order to use LLaMA APIs in your project, you should add the following dependencies in your pom.xml:

<dependencies>
    <dependency>
        <groupId>org.javallm</groupId>
        <artifactId>llamacpp</artifactId>
        <version>0.0.1</version>
    </dependency>

    <dependency>
        <groupId>org.javallm</groupId>
        <artifactId>llamacpp-platform</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

About

JavaCPP Presets for JavaLLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.5%
  • Shell 3.5%