fixes
This commit is contained in:
parent
31918868a8
commit
57a4fe3edc
3 changed files with 4 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue