You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/multilora_inference.py
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,6 @@ def create_test_prompts(
43
43
max_tokens=128,
44
44
stop_token_ids=[32003]),
45
45
LoRARequest("sql-lora", 1, lora_path)),
46
-
(
47
-
"[user] Write a SQL query to answer the question based on the table schema.\n\n context: CREATE TABLE table_name_11 (nationality VARCHAR, elector VARCHAR)\n\n question: When Anchero Pantaleone was the elector what is under nationality? [/user] [assistant]", # noqa: E501
48
-
SamplingParams(n=3,
49
-
best_of=3,
50
-
use_beam_search=True,
51
-
temperature=0,
52
-
max_tokens=128,
53
-
stop_token_ids=[32003]),
54
-
LoRARequest("sql-lora", 1, lora_path)),
55
46
(
56
47
"[user] Write a SQL query to answer the question based on the table schema.\n\n context: CREATE TABLE table_name_74 (icao VARCHAR, airport VARCHAR)\n\n question: Name the ICAO for lilongwe international airport [/user] [assistant]", # noqa: E501
57
48
SamplingParams(temperature=0.0,
@@ -60,15 +51,6 @@ def create_test_prompts(
60
51
max_tokens=128,
61
52
stop_token_ids=[32003]),
62
53
LoRARequest("sql-lora2", 2, lora_path)),
63
-
(
64
-
"[user] Write a SQL query to answer the question based on the table schema.\n\n context: CREATE TABLE table_name_11 (nationality VARCHAR, elector VARCHAR)\n\n question: When Anchero Pantaleone was the elector what is under nationality? [/user] [assistant]", # noqa: E501
0 commit comments