Free distributed computing system that lets users donate GPU/CPU resources to run Ollama models for EditorAI and other projects.
Thank you VLT.gg for the server making this possible!
- Change your Ollama URL in EditorAI settings to
http://sn-1.vltgg.net:21800(depricated - now, simply enable Platinum) - Set the Ollama model to any supported model (command listed below)
To list all models, run:
curl http://sn-1.vltgg.net:21800/api/tags- Install Ollama from https://ollama.ai
- Install Python from https://python.org
- Download any model of your choice with
ollama pull <model> - Install and run worker:
pip install -r requirements.txt
python worker/client.py# See workers and stats
curl http://sn-1.vltgg.net:21800/api/status | python -m json.tool
# Check health
curl http://sn-1.vltgg.net:21800/health