Skip to content

Commit

Permalink
Reverted an accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jun 7, 2022
1 parent b4304a0 commit 205701f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/sine/Runefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline:
mod360:
proc-block: "hotg-ai/[email protected]#modulo"
inputs:
asdgf: rand
- rand
outputs:
- type: F32
dimensions:
Expand All @@ -24,10 +24,9 @@ pipeline:
sine:
model: "./sinemodel.tflite"
inputs:
asdf: mod360
- mod360
outputs:
- type: F32
name: identity
dimensions:
- 1
- 1
Expand Down

0 comments on commit 205701f

Please sign in to comment.