-
Notifications
You must be signed in to change notification settings - Fork 143
Description
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
''''
can you please check this and give me suggestions for this.