We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b7346 commit e6561fcCopy full SHA for e6561fc
crates/compiler/src/parse/query.rs
@@ -301,7 +301,7 @@ fn wapm_uri(w: WellKnownPath) -> URI<'static> {
301
"wapm:///hotg-ai/accelerometer_input?version=0.12.0"
302
},
303
WellKnownPath::Image => "wapm:///hotg-ai/image_input?version=0.12.0",
304
- WellKnownPath::Raw => "wapm:///hotg-ai/tensor_input?version=0.12.0",
+ WellKnownPath::Raw => "https://func.hotg.ai/function/sbfs/weld/tensor_input.wasm",
305
WellKnownPath::Sound => "wapm:///hotg-ai/sound_input?version=0.12.0",
306
};
307
0 commit comments