Skip to content

Commit 91f5416

Browse files
committed
fix: run tests
Signed-off-by: Louis Mandel <[email protected]>
1 parent 12ff796 commit 91f5416

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/test_examples_run.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,19 @@ class InputsType:
107107
pathlib.Path("examples")
108108
/ "tutorial"
109109
/ "free_variables.pdl": InputsType(scope=PdlDict({"something": "ABC"})),
110+
pathlib.Path("tests")
111+
/ "data"
112+
/ "optimizer_gsmk8.pdl": InputsType(
113+
scope=PdlDict(
114+
{
115+
"model": "watsonx_text/ibm/granite-3-8b-instruct",
116+
"prompt_pattern": "cot",
117+
"num_demonstrations": 0,
118+
"demonstrations": [],
119+
"question": "The sky currently has 4 times as many cirrus clouds as cumulus clouds, and 12 times as many cumulus clouds as cumulonimbus clouds. If the sky currently has 3 cumulonimbus clouds, how many cirrus clouds are in the sky at this moment?",
120+
}
121+
)
122+
),
110123
}.items()
111124
}
112125

0 commit comments

Comments
 (0)