forked from React-Group/interstellar_ai
very cool changes
This commit is contained in:
parent
e522c0af2f
commit
a2d391cd60
5 changed files with 24 additions and 20 deletions
|
@ -1,3 +1,3 @@
|
|||
start /b scripts\prepare_py.bat
|
||||
start /b scripts\prepare_npm.bat
|
||||
start /b scripts\prepare_ollama.bat
|
||||
start /b scripts\prepare_ollama_free.bat
|
3
deployment_scripts/windows/prepare_nonfree.bat
Normal file
3
deployment_scripts/windows/prepare_nonfree.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
start /b scripts\prepare_py.bat
|
||||
start /b scripts\prepare_npm.bat
|
||||
start /b scripts\prepare_ollama_nonfree.bat
|
|
@ -1,19 +0,0 @@
|
|||
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 dolphin-mistral
|
||||
ollama.exe pull llava
|
||||
ollama.exe pull qwen2.5
|
||||
ollama.exe pull mathstral
|
||||
ollama.exe pull qwen2.5-coder
|
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
|
|
@ -0,0 +1,10 @@
|
|||
cd ollama-bin
|
||||
start /b ollama.exe serve
|
||||
timeout 5
|
||||
ollama.exe pull qwen2-math:1.5b
|
||||
ollama.exe pull starcoder2
|
||||
ollama.exe pull llama3.2
|
||||
|
||||
ollama.exe pull wizard-math
|
||||
ollama.exe pull starcoder2:7b
|
||||
ollama.exe pull llama3.1
|
Loading…
Reference in a new issue