refactor: update MODEL_DIR path to use absolute home directory reference
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -uo pipefail
|
||||
|
||||
MODEL_DIR="$(realpath models)"
|
||||
MODEL_DIR="$(realpath ~/models)"
|
||||
RESULTDIR="results"
|
||||
mkdir -p "$RESULTDIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user