ollama-webui / start.sh
ruslanmv's picture
up
4331d1e
raw
history blame
110 Bytes
#!/bin/bash
# Starting server
echo "Starting server"
ollama serve &
sleep 1
ollama pull llama3
python run.py