Compare commits

..

No commits in common. "3755c324fd740f7a06f7ebae955b400a56c4b403" and "304c1868a146ff96a99af42ec6f1f8df72ed91bb" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,7 @@ find "$HOME" \
# Remove anything kinda old but really big
echo "Removing large downloads..."
find "$downloaddir" \
-mtime +30 -size +10M \
-mtime +30 -size 10M \
-print -delete
# Remove zips, but at a lower tolerance
echo "Removing old zips..."

View File

@ -4,7 +4,6 @@ After=network-online.target
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Environment="LD_LIBRARY_PATH=/var/home/salt/Projects/ollama/rocm/lib/ollama/"
ExecStart=/home/salt/Projects/ollama/ollama serve
Restart=always
RestartSec=3