interstellar_ai/deployment_scripts/linux/prepare-nonfree.sh
Patrick_Pluto 57a4fe3edc fixes
2024-10-09 12:01:07 +02:00

22 lines
No EOL
339 B
Bash

#!/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
cd ..
chmod +x run.sh