Skip to content

Commit

Permalink
Don't use wapm
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore authored and saidinesh5 committed Jun 13, 2022
1 parent ec60f66 commit 2f52957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/src/parse/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ fn wapm_uri(w: WellKnownPath) -> URI<'static> {
"wapm:///hotg-ai/accelerometer_input?version=0.12.0"
},
WellKnownPath::Image => "wapm:///hotg-ai/image_input?version=0.12.0",
WellKnownPath::Raw => "wapm:///hotg-ai/tensor_input?version=0.12.0",
WellKnownPath::Raw => "https://func.hotg.ai/function/sbfs/weld/tensor_input.wasm",
WellKnownPath::Sound => "wapm:///hotg-ai/sound_input?version=0.12.0",
};

Expand Down

0 comments on commit 2f52957

Please sign in to comment.