mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 09:21:58 +00:00
595 B
595 B
Inference Engines
OpenJarvis supports several inference backends.
Ollama
The default on consumer hardware. Runs locally and exposes an HTTP API. Good for GGUF-quantized models.
vLLM
High-throughput serving backend with tensor parallelism. Best for NVIDIA GPUs with plenty of VRAM. Supports prefix caching and continuous batching.
llama.cpp
Pure C++ inference. Runs on CPU, Metal, CUDA, or ROCm. Ideal for laptops without a discrete GPU.
Picking an Engine
Run jarvis init — it detects your hardware and recommends the best fit. You can override with --engine <name>.