Ross ROSS = Recommend OSS · open-source software intelligence for agents

Mega4alik/ollm

None observed · 2026-08-28

github.com/Mega4alik/ollm · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 94
  • Release rhythm 35
  • Longevity 27

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 382
  • days_rel: n/a
  • days_push: 37
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2788 stars · 260 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

oLLM is a lightweight Python library for large-context LLM inference built on Hugging Face Transformers and PyTorch. It offloads weights and KV cache to SSD to run models like Llama 3.1 8B or Qwen3-Next-80B at 100k context on consumer GPUs with as little as 8GB VRAM, without quantization.

Use cases

  • run 100k context LLM inference on an 8GB consumer GPU
  • serve large-context offline workloads without quantizing models
  • run an 80B parameter model from SSD with minimal VRAM
  • do multimodal inference with audio or image inputs
  • run Llama models with PEFT adapters at long context

When to choose

  • you have a small consumer GPU but large SSD and need long-context inference
  • you want full-precision (fp16/bf16) inference without quantization
  • your workload is offline/batch and throughput matters more than latency

When to avoid

  • you need low-latency interactive serving on high-end hardware
  • you want quantized models for maximum speed
  • you have no fast SSD or NVIDIA GPU available

Facets

library · maturity active

llm-inference machine-learning gpu-computing large-language-models machine-learning deep-learning python large-context vram-offloading consumer-gpu fp16 kv-cache-offload multimodal huggingface-transformers gpu linux

2 sources

Member repositories

RepositoryRoleHealth v2
Mega4alik/ollmmain60

For agents

markdown · JSON · MCP: product_card(name="Mega4alik/ollm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem