	https://ollama.com/download

Befehl: curl -fsSL https://ollama.com/install.sh | sh

	https://docs.ollama.com/windows
	https://docs.ollama.com/macos
	https://docs.ollama.com/linux 
	https://ollama.com/search

Befehl: ollama run llama3:8b
Befehl: ollama pull llama3:8b

Befehl: ollama pull gpt-oss:20b
Befehl: ollama pull gemma4:26b

Befehl: watch -n 0.5 nvidia-smi

Befehl: ollama list



Befehl: sudo systemctl edit ollama.service

[Service] 
Environment="OLLAMA_HOST=0.0.0.0"

Befehl: sudo systemctl daemon-reload
Befehl: sudo systemctl restart ollama


# Speicherort der LLM-Modelle verlegen

Befehl: sudo systemctl edit ollama.service

Environment="OLLAMA_MODELS=/ihr/neuer/pfad"

Befehl: sudo systemctl daemon-reload
Befehl: sudo systemctl restart ollama

# Berechtigungen setzen
Befehl: sudo chown -R ollama:ollama /ihr/neuer/pfad
Befehl: sudo chmod -R 755 /ihr/neuer/pfad


# Ollama Speed-Test

Befehl: ollama run gpt-oss:120b --verbose
Prompt: Write a Long post, why "OpenAI" is "closed AI".

