From 2d1dc44e8bfb9ae87acd90b5cb01096f86c89f0d Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Sat, 27 Jul 2024 13:44:46 +0100 Subject: [PATCH] Remove container from diagram We want to remove OCI containers as a strict dependancy of ramalama, so running in containers is options, reflecting this in the diagram. Signed-off-by: Eric Curtin --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bae9bd80..58c99f70 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ ramalama pull granite-code | | | v v v +------------------+ - | Start container | - | with llama.cpp | - | and granite-code | + | Start with | + | llama.cpp and | + | granite-code | | model | +------------------+ ```