forked from React-Group/interstellar_ai
Compare commits
No commits in common. "6c1dfbee9b0ce29543dcc4fa389e89d46fd3166d" and "82f59fb0d04a8419fddb2fa12a8ba35e28d24d91" have entirely different histories.
6c1dfbee9b
...
82f59fb0d0
6 changed files with 1 additions and 36 deletions
|
@ -1,30 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
chmod +x root.sh
|
|
||||||
pkexec ./root.sh
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
cd py
|
|
||||||
python3 -m venv venv
|
|
||||||
source venv/bin/activate
|
|
||||||
python3 -m pip install -r requirements.txt
|
|
||||||
|
|
||||||
ollama pull qwen2-math:1.5b
|
|
||||||
ollama pull qwen2.5-coder:1.5b
|
|
||||||
ollama pull phi3.5
|
|
||||||
|
|
||||||
ollama pull mathstral
|
|
||||||
ollama pull qwen2.5-coder
|
|
||||||
ollama pull qwen2.5
|
|
||||||
|
|
||||||
ollama pull qwen2-math:1.5b
|
|
||||||
ollama pull starcoder2
|
|
||||||
ollama pull llama3.2
|
|
||||||
|
|
||||||
ollama pull wizard-math
|
|
||||||
ollama pull starcoder2:7b
|
|
||||||
ollama pull llama3.1
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
chmod +x run.sh
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt install npm nodejs python3-full ffmpeg libgtk-3-0t64 libnotify4 libnss3 libxss1 libasound2t64 build-essential cmake -y
|
apt install npm nodejs python3-full ffmpeg libgtk-3-0t64 libnotify4 libnss3 libxss1 libasound2 build-essential cmake -y
|
||||||
if ! ollama; then
|
if ! ollama; then
|
||||||
curl -fsSL https://ollama.com/install.sh | sh
|
curl -fsSL https://ollama.com/install.sh | sh
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -9,7 +9,6 @@ cd ..
|
||||||
npm start &
|
npm start &
|
||||||
pid_node=$!
|
pid_node=$!
|
||||||
|
|
||||||
sleep 2
|
|
||||||
npx electron .
|
npx electron .
|
||||||
|
|
||||||
kill $pid_py
|
kill $pid_py
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
start /b scripts\prepare_py.bat
|
|
||||||
start /b scripts\prepare_npm.bat
|
|
||||||
start /b scripts\prepare_ollama_free.bat
|
|
||||||
start /b scripts\prepare_ollama_nonfree.bat
|
|
Loading…
Reference in a new issue