forked from React-Group/interstellar_ai
Compare commits
No commits in common. "5af22bf91d9460a9a58a8c6c19a3f8b456a43226" and "7ba4d2925384ce256823fd4ff01a5c0a8a4d41ef" have entirely different histories.
5af22bf91d
...
7ba4d29253
10 changed files with 0 additions and 64 deletions
|
@ -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
|
|
|
@ -1,5 +0,0 @@
|
||||||
You will need to make three folders:
|
|
||||||
|
|
||||||
node - contains nodejs portable
|
|
||||||
py - contains python3 portable
|
|
||||||
ollama - contains ollama portable
|
|
|
@ -1,3 +0,0 @@
|
||||||
start /b scripts\prepare_py.bat
|
|
||||||
start /b scripts\prepare_npm.bat
|
|
||||||
start /b scripts\prepare_ollama.bat
|
|
|
@ -1,3 +0,0 @@
|
||||||
start /b scripts\run_ollama.bat
|
|
||||||
start /b scripts\run_electron.bat
|
|
||||||
start /b scripts\run_py.bat
|
|
|
@ -1,6 +0,0 @@
|
||||||
cd node-bin
|
|
||||||
set PATH=%PATH%;%CD%
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
cd node-bin
|
|
||||||
set PATH=%PATH%;%CD%
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
start /b npm start
|
|
||||||
npx electron .
|
|
|
@ -1,2 +0,0 @@
|
||||||
cd ollama-bin
|
|
||||||
"ollama app.exe"
|
|
|
@ -1,9 +0,0 @@
|
||||||
cd python-bin
|
|
||||||
set PATH=%PATH%;%CD%
|
|
||||||
cd Scripts
|
|
||||||
set PATH=%PATH%;%CD%
|
|
||||||
cd ..
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd py
|
|
||||||
python api.py
|
|
Loading…
Reference in a new issue