File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88#
99#
1010
11- description: Grade School Math example
11+ description: Grade School Math
1212defs:
1313 # The Grade School Math Dataset
1414 ALL_TESTS:
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ UI="$SCRIPTDIR"/.. # top of react UI
55TOP=" $UI " /.. # top of repo
66T=" $UI " /src/demos # place to store traces
77
8+ pdl --stream none --trace " $T " /demo9.json " $TOP " /examples/gsm8k/gsm8.pdl
9+ exit
810pdl --trace " $T " /demo1.json " $UI " /demos/demo1.pdl
911pdl --trace " $T " /demo2.json " $UI " /demos/demo2.pdl
1012pdl --trace " $T " /demo3.json " $TOP " /examples/fibonacci/fib.pdl
You can’t perform that action at this time.
0 commit comments