Remix.run Logo
mrkeen 4 hours ago

> 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
mrkeen 4 hours ago | parent [-]

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.
--