langchain4j/langchain4j-jlama
LangChain4j 21d35e4434 changed version to 0.35.0-SNAPSHOT 2024-09-09 10:11:09 +02:00
..
src Jlama: use same model for testing 2024-09-04 09:45:04 +02:00
README.md Add Jlama support (#1379) 2024-07-02 09:20:46 +02:00
pom.xml changed version to 0.35.0-SNAPSHOT 2024-09-09 10:11:09 +02: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 21 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