logoalt Hacker News

mrkeentoday at 8:05 AM1 replyview on HN

> Red Hat’s ramalama is worth a look too, a container-native model runner that explicitly credits its upstream dependencies front and center. Exactly what Ollama should have done from the start.

  % ramalama run qwen3.5-9b
  Error: Manifest for qwen3.5-9b:latest was not found in the Ollama registry

Replies

mrkeentoday at 8:14 AM

I've now given ramalama a look:

--

  % ramalama run qwen3.5   
   > hi

  Server or container exited. Shutting down client.
--

  % ramalama run gemma4:e2b
   > hello

  Server or container exited. Shutting down client.
--