forked from React-Group/interstellar_ai
fixes
This commit is contained in:
parent
31918868a8
commit
57a4fe3edc
3 changed files with 4 additions and 2 deletions
|
@ -18,4 +18,5 @@ ollama pull wizard-math
|
|||
ollama pull starcoder2:7b
|
||||
ollama pull llama3.1
|
||||
|
||||
cd ..
|
||||
chmod +x run.sh
|
|
@ -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
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt install npm nodejs python3-pip
|
||||
apt install npm nodejs python3-pip -y
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
systemctl enable ollama --now
|
Loading…
Reference in a new issue