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