tweaks -- hopefully fixed every last issue

This commit is contained in:
Patrick_Pluto 2024-10-08 11:03:55 +02:00
parent 72f2d23019
commit 1c840462d1
4 changed files with 12 additions and 4 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
python313.zip
.
# Uncomment to run site.main() automatically
import site

View file

@ -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

View file

@ -1,2 +1,2 @@
cd ollama-bin cd ollama-bin
"ollama app.exe" start /b ollama.exe serve