Skip to content

jlama-native shared library not found #172

@jaswanth-7099

Description

@jaswanth-7099

hi i am trying to run the tjake model using langchain4j locally.
the models able to generate responses but taking too much time generating responses.
while running in spring i got the issuse with native library is not loaded.

"""
c.g.t.j.t.operations.util.JarSupport : jlama-native shared library not found
.g.t.j.t.o.TensorOperationsProvider : Native operations not available. Consider adding 'com.github.tjake:jlama-native' to the classpath
c.g.t.j.t.o.TensorOperationsProvider : Using Panama Vector Operations (OffHeap)

""""

"""this is the pom.xml that i am using

4.0.0 org.springframework.boot spring-boot-starter-parent 3.5.3 com tablesaw 0.0.1-SNAPSHOT excel Demo project for Spring Boot 21 org.springframework.boot spring-boot-starter-web

org.projectlombok
lombok
true

org.springframework.boot
spring-boot-starter-test
test

dev.langchain4j langchain4j 1.0.1 dev.langchain4j langchain4j-jlama 1.0.1-beta6 com.github.tjake jlama-native 0.8.3 org.apache.poi poi-ooxml 5.2.3 com.fasterxml.jackson.core jackson-databind tech.tablesaw tablesaw-core 0.43.1 tech.tablesaw tablesaw-excel 0.43.1 dev.langchain4j langchain4j-embeddings-all-minilm-l6-v2 1.0.1-beta6 org.apache.maven.plugins maven-compiler-plugin org.projectlombok lombok org.springframework.boot spring-boot-maven-plugin org.projectlombok lombok

''''

can you please check this and give me suggestions for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions