diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-18 18:22:17 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-18 18:22:17 +0800 |
| commit | 2ab3377227359c46b835899de91d9526cf7d2044 (patch) | |
| tree | 114dd3077d4fdcd02e53f17e761964065a97e630 /test_prompts.sh | |
| parent | 82680bc3350807c532d0aeb714cb5360da9293f0 (diff) | |
| download | lex-2ab3377227359c46b835899de91d9526cf7d2044.tar.gz | |
Change name lexd, add make install.
Diffstat (limited to 'test_prompts.sh')
| -rwxr-xr-x | test_prompts.sh | 2 |
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" |
