From 7b7d2f9bcd59a5b8adc410f39ddd2de6eea0c68d Mon Sep 17 00:00:00 2001 From: Lewis Lui Date: Mon, 16 Jun 2025 15:47:29 -0700 Subject: [PATCH] Changed run_platform_test.sh to run_llama_cli.sh --- tools/flaskIfc/flaskIfc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/flaskIfc/flaskIfc.py b/tools/flaskIfc/flaskIfc.py index cffc2e4a2b27e..1bfca20440bb2 100644 --- a/tools/flaskIfc/flaskIfc.py +++ b/tools/flaskIfc/flaskIfc.py @@ -101,7 +101,7 @@ def submit(): # Currently the baudrate is hard coded to 921600 but can be parameterized baudrate = '921600' - 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" command = f"{script_path} \"{prompt}\" {tokens} {model_path} {backend}"