summaryrefslogtreecommitdiffstats
path: root/test_prompts.sh
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-08-18 18:22:17 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-08-18 18:22:17 +0800
commit2ab3377227359c46b835899de91d9526cf7d2044 (patch)
tree114dd3077d4fdcd02e53f17e761964065a97e630 /test_prompts.sh
parent82680bc3350807c532d0aeb714cb5360da9293f0 (diff)
downloadlex-2ab3377227359c46b835899de91d9526cf7d2044.tar.gz
Change name lexd, add make install.
Diffstat (limited to 'test_prompts.sh')
-rwxr-xr-xtest_prompts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_prompts.sh b/test_prompts.sh
index 1de3822..1f86d4a 100755
--- a/test_prompts.sh
+++ b/test_prompts.sh
@@ -3,7 +3,7 @@
# Usage: ./test_prompts.sh <model_path> [prompt_file]
SOCK_PATH="/var/run/lexd/sock"
-EXECUTABLE="./lex"
+EXECUTABLE="lexd"
# Mandatory Model Argument
MODEL_PATH="$1"