Brian Jones

Results 35 comments of Brian Jones

@abrown This is the latest Tensorflow backend for WASI-NN using runtime linking.

This is still a work in progress, mostly because it adds considerable size to Wasmtime. For now I'd like to see this as an added optional feature of the wasi-nn...

I'm just including tensorflow = "0.17.0" in my Cargo.toml, not using tensorflow-internal-macros directly. I did a quick test of making a new rust hello world project via cargo init, then...

@abrown This is the issue we discussed today.

Ah good to know thanks. It still fails to set wasi-modules.wasi-nn when I use `--engine-flags="--wasi-modules=experimental-wasi-nn"` . Which results in `target/debug/sightglass-cli benchmark benchmarks/wasi-nn/benchmark.wasm --engine engines/wasmtime/libengine.so --engine-flags=--wasi-modules=experimental-wasi-nn ` Any ideas on what...

This appears to be a Sightglass issue, so most likely not a Wasmtime bug.

Hi @adamcrume , could I get some feedback on this when you get a chance? Thanks.

@adamcrume Thanks for the review. I've updated the PR with the requested changes, let me know if there's anything else.

@adamcrume Great, thanks for that. Any idea when I can expect a new version to be pushed to crates.io?