scripts
This commit is contained in:
parent
8789141f4c
commit
c38242e6ae
10 changed files with 59 additions and 0 deletions
13
deployment_scripts/windows/scripts/prepare_ollama.bat
Normal file
13
deployment_scripts/windows/scripts/prepare_ollama.bat
Normal file
|
@ -0,0 +1,13 @@
|
|||
cd ollama-bin
|
||||
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 llava
|
||||
ollama.exe pull qwen2.5
|
||||
ollama.exe pull mathstral
|
||||
ollama.exe pull qwen2.5-coder
|
Loading…
Add table
Add a link
Reference in a new issue