From c1ee388c67c9f32095ca579532fd25a023175bf7 Mon Sep 17 00:00:00 2001 From: jeanpaul Date: Wed, 7 Aug 2024 11:36:16 +0200 Subject: [PATCH] Remove mentions of infinity in README (#2) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8ba62..85476a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo helps quickly bootstrap an n8n demo environment using docker-compose. ### Requirements - [Docker compose](https://docs.docker.com/compose/) -- **Optionally** an Nvidia GPU for faster inference on Ollama and Infinity +- **Optionally** an Nvidia GPU for faster inference on Ollama ### Setup - Clone this repo @@ -22,7 +22,6 @@ This repo helps quickly bootstrap an n8n demo environment using docker-compose. - [n8n](http://localhost:5678/) - [Ollama](http://localhost:11434/) - [Qdrant](http://localhost:6333/dashboard) -- [Infinity](http://localhost:7997/docs) ### Updating - Run `docker compose pull` to fetch all the latest images