very cool changes
This commit is contained in:
parent
e522c0af2f
commit
a2d391cd60
5 changed files with 24 additions and 20 deletions
10
deployment_scripts/windows/scripts/prepare_ollama_free.bat
Normal file
10
deployment_scripts/windows/scripts/prepare_ollama_free.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
cd ollama-bin
|
||||
start /b ollama.exe serve
|
||||
timeout 5
|
||||
ollama.exe pull qwen2-math:1.5b
|
||||
ollama.exe pull qwen2.5-coder:1.5b
|
||||
ollama.exe pull phi3.5
|
||||
|
||||
ollama.exe pull mathstral
|
||||
ollama.exe pull qwen2.5-coder
|
||||
ollama.exe pull qwen2.5
|
Loading…
Add table
Add a link
Reference in a new issue