wip deepseek r1

This commit is contained in:
2025-03-02 22:01:24 +01:00
parent b7e95d7398
commit b64f8d7d33
40 changed files with 6654 additions and 1859 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
while true; do
PYTHONPATH="/root/sia:$PYTHONPATH" python3 -m sia
sia
if [ $? -eq 42 ]; then
echo "SIA exited with code 42. Restarting."
else