This commit is contained in:
Patrick_Pluto 2024-10-09 12:01:07 +02:00
parent 31918868a8
commit 57a4fe3edc
3 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@ npm install
npm run build
cd py
python -m venv venv
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
@ -18,4 +18,5 @@ ollama pull mathstral
ollama pull qwen2.5-coder
ollama pull qwen2.5
cd ..
chmod +x run.sh