forked from React-Group/interstellar_ai
18 lines
No EOL
479 B
Batchfile
18 lines
No EOL
479 B
Batchfile
cd ollama-bin
|
|
start /b ollama.exe serve
|
|
timeout 5
|
|
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
|
|
ollama.exe pull llama3.2
|
|
ollama.exe pull dolphin-phi
|
|
ollama.exe pull dolphin-llama3
|
|
ollama.exe pull llava
|
|
ollama.exe pull qwen2.5
|
|
ollama.exe pull mathstral
|
|
ollama.exe pull qwen2.5-coder |