forked from React-Group/interstellar_ai
tweaks -- hopefully fixed every last issue
This commit is contained in:
parent
72f2d23019
commit
1c840462d1
4 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
You will need to make three folders:
|
You will need to make three folders:
|
||||||
|
|
||||||
node - contains nodejs portable
|
node-bin - contains nodejs portable
|
||||||
py - contains python3 portable
|
python-bin - contains python3 portable - don't forget to add the .pth file and adjust it accordingly, because import site is normally missing.
|
||||||
ollama - contains ollama portable
|
ollama.bin - contains ollama portable
|
||||||
|
|
||||||
|
you also need vc redist 2019
|
5
deployment_scripts/windows/python313._pth
Normal file
5
deployment_scripts/windows/python313._pth
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
python313.zip
|
||||||
|
.
|
||||||
|
|
||||||
|
# Uncomment to run site.main() automatically
|
||||||
|
import site
|
|
@ -1,4 +1,5 @@
|
||||||
cd ollama-bin
|
cd ollama-bin
|
||||||
|
start /b ollama.exe serve
|
||||||
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,2 +1,2 @@
|
||||||
cd ollama-bin
|
cd ollama-bin
|
||||||
"ollama app.exe"
|
start /b ollama.exe serve
|
Loading…
Reference in a new issue