Skip to content

Commit b3da52e

Browse files
committed
test: for testing purposes update gsm8k to use 2b model
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 102a589 commit b3da52e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tauri-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# 3. `run` subcommand works with UI demos (json source)
5252
# demo8 uses a private model? not sure
5353
for i in ./src/demos/*.json
54-
do if [[ $(basename $i) != "demo8.json" ]]; then pdl run $i; fi
54+
do if [[ $(basename $i) != "demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi
5555
done
5656
5757
- name: Tear down xvfb

examples/gsm8k/gsm8.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010

11-
description: Grade School Math example
11+
description: Grade School Math
1212
defs:
1313
# The Grade School Math Dataset
1414
ALL_TESTS:

pdl-live-react/demos/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ UI="$SCRIPTDIR"/.. # top of react UI
55
TOP="$UI"/.. # top of repo
66
T="$UI"/src/demos # place to store traces
77

8+
pdl --stream none --trace "$T"/demo9.json "$TOP"/examples/gsm8k/gsm8.pdl
9+
exit
810
pdl --trace "$T"/demo1.json "$UI"/demos/demo1.pdl
911
pdl --trace "$T"/demo2.json "$UI"/demos/demo2.pdl
1012
pdl --trace "$T"/demo3.json "$TOP"/examples/fibonacci/fib.pdl

0 commit comments

Comments
 (0)