From 7ef859bba5515c7a5fd1b1ce7527e4d77ed68b05 Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Sun, 9 Mar 2025 20:29:34 +0530 Subject: [PATCH] clean up --- README.md | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/README.md b/README.md index 78084d7..5c4daa7 100644 --- a/README.md +++ b/README.md @@ -74,61 +74,6 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/). - - - - - - - - - - -
- -Local Installation - - - -Docker Installation - -
- -Download for macOS - -Download for Windows - -Install on Linux - -```shell -curl -fsSL https://ollama.com/install.sh | sh -``` - - - - - -CPU only - -```shell -docker run -d -p 11434:11434 \ - -v ollama:/root/.ollama \ - --name ollama \ - ollama/ollama -``` - -NVIDIA GPU - -```shell -docker run -d -p 11434:11434 \ - --gpus=all \ - -v ollama:/root/.ollama \ - --name ollama \ - ollama/ollama -``` - -
- ## Installation > [!NOTE]