Compare commits
No commits in common. "7342b43a08061dbcb3a805cc1c58b2d89d734db0" and "871e31119a345729c815dabbbcb0b503a49b682c" have entirely different histories.
7342b43a08
...
871e31119a
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