langchain4j/langchain4j-jlama
github-actions[bot] a39f132b91 Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00
..
src mask secrets in toString() 2026-07-06 10:18:11 +02:00
README.md Jlama revision bump, add working Q type to builder (#1825) 2024-09-25 08:55:25 +02:00
pom.xml Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00

README.md

Jlama integration for langchain4j

Jlama is a Java library that provides a simple way to integrate LLM models into Java applications.

Jlama is built with Java 20+ and utilizes the new Vector API for faster inference.

Jlama uses huggingface models in safetensor format. Models must be specified using the owner/model-name format. For example, meta-llama/Llama-2-7b-chat-hf.

Pre-quantized models are maintained under https://huggingface.co/tjake