Compare commits

..

No commits in common. "5af22bf91d9460a9a58a8c6c19a3f8b456a43226" and "7ba4d2925384ce256823fd4ff01a5c0a8a4d41ef" have entirely different histories.

10 changed files with 0 additions and 64 deletions

View file

@ -1,3 +0,0 @@
on linux it is slightly easier
i'd say to create a preparation script for dnf/yum and apt based systems, which basically downloads the dependencies via the package manager, and ollama via the usual script

View file

@ -1,5 +0,0 @@
You will need to make three folders:
node - contains nodejs portable
py - contains python3 portable
ollama - contains ollama portable

View file

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

View file

@ -1,3 +0,0 @@
start /b scripts\run_ollama.bat
start /b scripts\run_electron.bat
start /b scripts\run_py.bat

View file

@ -1,6 +0,0 @@
cd node-bin
set PATH=%PATH%;%CD%
cd ..
npm install
npm run build

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

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

View file

@ -1,6 +0,0 @@
cd node-bin
set PATH=%PATH%;%CD%
cd ..
start /b npm start
npx electron .

View file

@ -1,2 +0,0 @@
cd ollama-bin
"ollama app.exe"

View file

@ -1,9 +0,0 @@
cd python-bin
set PATH=%PATH%;%CD%
cd Scripts
set PATH=%PATH%;%CD%
cd ..
cd ..
cd py
python api.py