forked from Mirror/ollama4j
		
	clean up
This commit is contained in:
		
							
								
								
									
										55
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										55
									
								
								README.md
									
									
									
									
									
								
							@@ -74,61 +74,6 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/).
 | 
				
			|||||||
  <img src="https://img.shields.io/badge/v0.3.0-green.svg?style=for-the-badge&labelColor=gray&label=Ollama&color=blue" alt=""/>
 | 
					  <img src="https://img.shields.io/badge/v0.3.0-green.svg?style=for-the-badge&labelColor=gray&label=Ollama&color=blue" alt=""/>
 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<table>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
<td> 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<a href="https://ollama.ai/" target="_blank">Local Installation</a>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</td> 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<td> 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<a href="https://hub.docker.com/r/ollama/ollama" target="_blank">Docker Installation</a>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</td>
 | 
					 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
<td>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<a href="https://ollama.com/download/Ollama-darwin.zip" target="_blank">Download for macOS</a>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<a href="https://ollama.com/download/OllamaSetup.exe" target="_blank">Download for Windows</a>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Install on Linux
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```shell 
 | 
					 | 
				
			||||||
curl -fsSL https://ollama.com/install.sh | sh
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</td>
 | 
					 | 
				
			||||||
<td>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
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
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</td>
 | 
					 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
</table>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Installation
 | 
					## Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> [!NOTE]
 | 
					> [!NOTE]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user