Hey, @jeshli , sorry to bother you again, an error occured when I was deploying gpt2 backend, it shows that wasi2ic can’t find ./wasi2ic/target/wasm32-wasi/release/gpt2_backend.wasm
, could you please help me again?
@jeshli , I think you might miss something in the example/gpt2 instruction, the script build.sh
has a line of code wasi2ic . /target/wasm32-wasi/release/gpt2_backend.wasm . /target/wasm32-wasi/release/gpt2_backend-ic.wasm
, gpt2_backend.wasm
doesn’t specify how it’s generated, and I found that I need to run cargo build --target wasm32-wasi --release -p gpt2_backend --locked
line of code before the remaining steps can be executed, can I write a pull request for your github?
Yes. You certainly can submit a PR