forked from React-Group/interstellar_ai
thank you windows (not)
This commit is contained in:
parent
1c840462d1
commit
43a5c1589c
5 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
cd node-bin
|
cd node-bin
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
cd ollama-bin
|
cd ollama-bin
|
||||||
start /b ollama.exe serve
|
start /b ollama.exe serve
|
||||||
|
timeout 5
|
||||||
ollama.exe pull phi3.5
|
ollama.exe pull phi3.5
|
||||||
ollama.exe pull qwen2-math:1.5b
|
ollama.exe pull qwen2-math:1.5b
|
||||||
ollama.exe pull starcoder2
|
ollama.exe pull starcoder2
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
cd python-bin
|
cd python-bin
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||||
python get-pip.py
|
ren python py
|
||||||
|
py get-pip.py
|
||||||
cd Scripts
|
cd Scripts
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd py
|
cd py
|
||||||
python -m pip install -r requirements.txt
|
py -m pip install -r requirements.txt
|
|
@ -1,5 +1,5 @@
|
||||||
cd node-bin
|
cd node-bin
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
start /b npm start
|
start /b npm start
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cd python-bin
|
cd python-bin
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
cd Scripts
|
cd Scripts
|
||||||
set PATH=%PATH%;%CD%
|
set PATH=%PATH%;"%CD%";
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue