Compare commits

...

7 commits

Author SHA1 Message Date
a3f40c2d25 Merge branch 'main' into main 2024-10-08 14:41:51 +02:00
Patrick_Pluto
a2d391cd60 very cool changes 2024-10-08 13:19:11 +02:00
Patrick_Pluto
e522c0af2f fixes 2024-10-08 13:10:24 +02:00
Patrick_Pluto
b50b7afbe3 iss fine 2024-10-08 11:57:40 +02:00
Patrick_Pluto
43a5c1589c thank you windows (not) 2024-10-08 11:28:14 +02:00
Patrick_Pluto
1c840462d1 tweaks -- hopefully fixed every last issue 2024-10-08 11:03:55 +02:00
72f2d23019 Merge pull request 'main' (#114) from sageTheDm/interstellar_ai:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/interstellar_ai/pulls/114
2024-10-08 10:24:56 +02:00
13 changed files with 45 additions and 33 deletions

View file

@ -1,5 +1,7 @@
You will need to make three folders: You will need to make three folders:
node - contains nodejs portable node-bin - contains nodejs portable
py - contains python3 portable python-bin - contains python3 portable - don't forget to add the .pth file and adjust it accordingly, because import site is normally missing.
ollama - contains ollama portable ollama.bin - contains ollama portable
you also need vc redist 2019

View file

@ -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.bat start /b scripts\prepare_ollama_free.bat

View file

@ -0,0 +1,3 @@
start /b scripts\prepare_py.bat
start /b scripts\prepare_npm.bat
start /b scripts\prepare_ollama_nonfree.bat

View file

@ -0,0 +1,5 @@
python313.zip
.
# Uncomment to run site.main() automatically
import site

View file

@ -1,5 +1,5 @@
cd node-bin cd node-bin
set PATH=%PATH%;%CD% set PATH=%PATH%;"%CD%";
cd .. cd ..
npm install npm install

View file

@ -1,16 +0,0 @@
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

View 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

View 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 starcoder2
ollama.exe pull llama3.2
ollama.exe pull wizard-math
ollama.exe pull starcoder2:7b
ollama.exe pull llama3.1

View file

@ -1,11 +1,13 @@
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
python get-pip.py ren python.exe py.exe
py get-pip.py
cd Scripts cd Scripts
set PATH=%PATH%;%CD% set PATH=%PATH%;"%CD%";
cd .. cd ..
cd .. cd ..
cd py cd py
python -m pip install -r requirements.txt py -m pip install setuptools
py -m pip install -r requirements.txt

View file

@ -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

View file

@ -1,2 +1,2 @@
cd ollama-bin cd ollama-bin
"ollama app.exe" start /b ollama.exe serve

View file

@ -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 ..

View file

@ -5,14 +5,10 @@ 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