We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c3743 commit 6191598Copy full SHA for 6191598
tools/flaskIfc/flaskIfc.py
@@ -101,7 +101,7 @@ def submit():
101
102
# Currently the baudrate is hard coded to 921600 but can be parameterized
103
baudrate = '921600'
104
- script_path = "/usr/bin/tsi/v0.1.1.tsv31_06_06_2025/bin/run_platform_test.sh"
+ script_path = "/usr/bin/tsi/v0.1.1.tsv31_06_06_2025/bin/run_llama_cli.sh"
105
command = f"{script_path} \"{prompt}\" {tokens} {model_path} {backend}"
106
107
0 commit comments