Skip to content

Commit 6191598

Browse files
LewisLui777Lewis Lui
andauthored
Changed run_platform_test.sh to run_llama_cli.sh (#14)
Co-authored-by: Lewis Lui <lewislui@tsavoritesi.com>
1 parent 66c3743 commit 6191598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flaskIfc/flaskIfc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def submit():
101101

102102
# Currently the baudrate is hard coded to 921600 but can be parameterized
103103
baudrate = '921600'
104-
script_path = "/usr/bin/tsi/v0.1.1.tsv31_06_06_2025/bin/run_platform_test.sh"
104+
script_path = "/usr/bin/tsi/v0.1.1.tsv31_06_06_2025/bin/run_llama_cli.sh"
105105
command = f"{script_path} \"{prompt}\" {tokens} {model_path} {backend}"
106106

107107

0 commit comments

Comments
 (0)