interstellar_ai/deployment_scripts/windows/scripts/prepare_ollama.bat

19 lines
512 B
Batchfile
Raw Normal View History

2024-10-08 09:08:05 +02:00
cd ollama-bin
start /b ollama.exe serve
2024-10-08 11:28:14 +02:00
timeout 5
2024-10-08 09:08:05 +02:00
ollama.exe pull phi3.5
ollama.exe pull qwen2-math:1.5b
ollama.exe pull starcoder2
ollama.exe pull llava-phi3
ollama.exe pull qwen2.5-coder:1.5b
ollama.exe pull starcoder2:7b
ollama.exe pull wizard-math
ollama.exe pull llama3.1
2024-10-08 09:57:04 +02:00
ollama.exe pull llama3.2
ollama.exe pull dolphin-phi
ollama.exe pull dolphin-llama3
2024-10-08 11:57:40 +02:00
ollama.exe pull dolphin-mistral
2024-10-08 09:08:05 +02:00
ollama.exe pull llava
ollama.exe pull qwen2.5
ollama.exe pull mathstral
ollama.exe pull qwen2.5-coder