Ollama
install
# Windows 10
scoop install ollama-full
usage
ollama pull llama3.1
# ollama pull qwen2.5-coder:3b
# ollama pull qwen2.5-coder:7b
ollama pull nomic-embed-text
ollama list
config
Add into environment:
OLLAMA_HOST=0.0.0.0
OLLAMA_ORIGINS=*
reference
- #post [Navigating the World of Open-Source Large Language Models]https://www.bentoml.com/blog/navigating-the-world-of-large-language-models)