From 70f287f7f0796b3b0e6698e719b49b34db37fd41 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Wed, 24 Jul 2024 22:35:10 +0100 Subject: [PATCH] Reword Signed-off-by: Eric Curtin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff0ff1e..dbbe4bb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Project undergoing rewrite -The project is undergoing a complete rewrite in python3, the dependancy on containers will be removed. It will run on macOS and Linux native at a minimum and will support running and serving from the following types of repos: huggingface, oci, ollama. +The project is undergoing a complete rewrite in python3, the dependancy on containers will be removed. It will run on macOS and Linux native at a minimum and will support pulling, running and serving models from the following types of repos: huggingface, oci, ollama. You can still play away with the POC though :)