This commit is contained in:
retoor 2025-04-26 14:50:39 +02:00
parent 598cf35886
commit 97c52a4615

View File

@ -6,12 +6,15 @@
# Install Ollama. # Install Ollama.
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh
# Your model.
ollama pull qwen2.5-coder:14b
# Start Ollama on the background. # Start Ollama on the background.
nohup ollama serve > ollama.log 2>&1 & nohup ollama serve > ollama.log 2>&1 &
# Wait a second.
sleep 2
# Your model.
ollama pull qwen2.5-coder:14b
# Install the ollama molodetz client to publish your model to uberlama. # Install the ollama molodetz client to publish your model to uberlama.
pip install aiohttp pip install aiohttp
wget https://retoor.molodetz.nl/retoor/uberlama/raw/branch/main/client.py wget https://retoor.molodetz.nl/retoor/uberlama/raw/branch/main/client.py