forked from React-Group/interstellar_ai
Compare commits
No commits in common. "a3f40c2d25ef87ac7b9aa0a24fa7c50aa4f0154c" and "5640d09dab54fb302728d868cb536186d2f55125" have entirely different histories.
a3f40c2d25
...
5640d09dab
13 changed files with 33 additions and 45 deletions
|
@ -1,7 +1,5 @@
|
||||||
You will need to make three folders:
|
You will need to make three folders:
|
||||||
|
|
||||||
node-bin - contains nodejs portable
|
node - contains nodejs portable
|
||||||
python-bin - contains python3 portable - don't forget to add the .pth file and adjust it accordingly, because import site is normally missing.
|
py - contains python3 portable
|
||||||
ollama.bin - contains ollama portable
|
ollama - contains ollama portable
|
||||||
|
|
||||||
you also need vc redist 2019
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
start /b scripts\prepare_py.bat
|
start /b scripts\prepare_py.bat
|
||||||
start /b scripts\prepare_npm.bat
|
start /b scripts\prepare_npm.bat
|
||||||
start /b scripts\prepare_ollama_free.bat
|
start /b scripts\prepare_ollama.bat
|
|
@ -1,3 +0,0 @@
|
||||||
start /b scripts\prepare_py.bat
|
|
||||||
start /b scripts\prepare_npm.bat
|
|
||||||
start /b scripts\prepare_ollama_nonfree.bat
|
|
|
@ -1,5 +0,0 @@
|
||||||
python313.zip
|
|
||||||
.
|
|
||||||
|
|
||||||
# Uncomment to run site.main() automatically
|
|
||||||
import site
|
|
|
@ -1,5 +1,5 @@
|
||||||
cd node-bin
|
cd node-bin
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
16
deployment_scripts/windows/scripts/prepare_ollama.bat
Normal file
16
deployment_scripts/windows/scripts/prepare_ollama.bat
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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 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
|
|
@ -1,10 +0,0 @@
|
||||||
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
|
|
|
@ -1,10 +0,0 @@
|
||||||
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
|
|
|
@ -1,13 +1,11 @@
|
||||||
cd python-bin
|
cd python-bin
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||||
ren python.exe py.exe
|
python get-pip.py
|
||||||
py get-pip.py
|
|
||||||
cd Scripts
|
cd Scripts
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd py
|
cd py
|
||||||
py -m pip install setuptools
|
python -m pip install -r requirements.txt
|
||||||
py -m pip install -r requirements.txt
|
|
|
@ -1,5 +1,5 @@
|
||||||
cd node-bin
|
cd node-bin
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
start /b npm start
|
start /b npm start
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cd ollama-bin
|
cd ollama-bin
|
||||||
start /b ollama.exe serve
|
"ollama app.exe"
|
|
@ -1,7 +1,7 @@
|
||||||
cd python-bin
|
cd python-bin
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
cd Scripts
|
cd Scripts
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;%CD%
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,14 @@ mistralai
|
||||||
openai
|
openai
|
||||||
anthropic
|
anthropic
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
|
SpeechRecognition
|
||||||
|
PocketSphinx
|
||||||
|
google-cloud-speech
|
||||||
google-generativeai
|
google-generativeai
|
||||||
python-weather
|
python-weather
|
||||||
pycouchdb
|
pycouchdb
|
||||||
pyttsx3
|
pyttsx3
|
||||||
|
pip-licenses
|
||||||
faster-whisper
|
faster-whisper
|
||||||
pydub
|
pydub
|
||||||
ffmpeg
|
ffmpeg
|
Loading…
Reference in a new issue