Enha (cli-tests): use relative path

This commit is contained in:
Grail Finder
2026-04-12 19:04:43 +03:00
parent 78918b2949
commit 4428c06356
3 changed files with 11 additions and 7 deletions

View File

@@ -17,8 +17,9 @@ echo "=== Running setup ==="
echo ""
echo "=== Running task ==="
TASK=$(cat "$SCRIPT_DIR/task.txt")
cd /home/grail/projects/plays/goplays/gf-lt
go run . -cli -msg "$TASK"
LMODEL=${LMODEL:-Qwen3.5-9B-Q6_K}
cd ../../
go run . -cli -msg "$TASK" -model "$LMODEL"
echo ""
echo "=== Done ==="