Compare commits

..

No commits in common. "a3f40c2d25ef87ac7b9aa0a24fa7c50aa4f0154c" and "5640d09dab54fb302728d868cb536186d2f55125" have entirely different histories.

13 changed files with 33 additions and 45 deletions

View file

@ -1,7 +1,5 @@
You will need to make three folders:
node-bin - 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.
ollama.bin - contains ollama portable
you also need vc redist 2019
node - contains nodejs portable
py - contains python3 portable
ollama - contains ollama portable

View file

@ -1,3 +1,3 @@
start /b scripts\prepare_py.bat
start /b scripts\prepare_npm.bat
start /b scripts\prepare_ollama_free.bat
start /b scripts\prepare_ollama.bat

View file

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

View file

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

View file

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

View 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

View file

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

View file

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

View file

@ -1,13 +1,11 @@
cd python-bin
set PATH=%PATH%;"%CD%";
set PATH=%PATH%;%CD%
curl -O https://bootstrap.pypa.io/get-pip.py
ren python.exe py.exe
py get-pip.py
python get-pip.py
cd Scripts
set PATH=%PATH%;"%CD%";
set PATH=%PATH%;%CD%
cd ..
cd ..
cd py
py -m pip install setuptools
py -m pip install -r requirements.txt
python -m pip install -r requirements.txt

View file

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

View file

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

View file

@ -1,7 +1,7 @@
cd python-bin
set PATH=%PATH%;"%CD%";
set PATH=%PATH%;%CD%
cd Scripts
set PATH=%PATH%;"%CD%";
set PATH=%PATH%;%CD%
cd ..
cd ..

View file

@ -5,10 +5,14 @@ mistralai
openai
anthropic
pyOpenSSL
SpeechRecognition
PocketSphinx
google-cloud-speech
google-generativeai
python-weather
pycouchdb
pyttsx3
pip-licenses
faster-whisper
pydub
ffmpeg