From 205701ff01c9bb92af3689bffe782c9568c4ac97 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Sat, 28 May 2022 03:09:13 +0800 Subject: [PATCH] Reverted an accidental change --- examples/sine/Runefile.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/sine/Runefile.yml b/examples/sine/Runefile.yml index f95a5149f2..ff1f988c62 100644 --- a/examples/sine/Runefile.yml +++ b/examples/sine/Runefile.yml @@ -13,7 +13,7 @@ pipeline: mod360: proc-block: "hotg-ai/proc-blocks@v0.11.3#modulo" inputs: - asdgf: rand + - rand outputs: - type: F32 dimensions: @@ -24,10 +24,9 @@ pipeline: sine: model: "./sinemodel.tflite" inputs: - asdf: mod360 + - mod360 outputs: - type: F32 - name: identity dimensions: - 1 - 1