refactor: update MODEL_DIR path to use absolute home directory reference

This commit is contained in:
Donato Capitella
2026-04-15 11:39:35 +01:00
parent 9707a15df7
commit 66a3314c22
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -uo pipefail
MODEL_DIR="$(realpath models)"
MODEL_DIR="$(realpath ~/models)"
RESULTDIR="results"
mkdir -p "$RESULTDIR"