Xiafei Qiu
Xiafei Qiu
it's binded to 0.0.0.0 automatically, you can try.
Currently not. Noir defaults to bind to 0.0.0.0 .
Take a look at this: https://github.com/alibaba/BladeDISC/blob/da990f41641affe228ad5122aaa8badd2ccd70bd/tao_compiler/mlir/disc/transforms/disc_pdl_utils.cc#L411
As the following error message: ``` bazel-out/k8-dbg/bin/_solib_local/_U@local_Uorg_Utorch_S_S_Clibtorch___Ulib/libtorch_cuda.so: undefined reference to `[email protected]' bazel-out/k8-dbg/bin/_solib_local/_U@local_Uorg_Utorch_S_S_Clibtorch___Ulib/libtorch_cuda.so: undefined reference to `[email protected]' bazel-out/k8-dbg/bin/_solib_local/_U@local_Uorg_Utorch_S_S_Clibtorch___Ulib/libtorch_cuda.so: undefined reference to `[email protected]' bazel-out/k8-dbg/bin/_solib_local/_U@local_Uorg_Utorch_S_S_Clibtorch___Ulib/libtorch_cuda.so: undefined reference to `[email protected]' bazel-out/k8-dbg/bin/_solib_local/_U@local_Uorg_Utorch_S_S_Clibtorch___Ulib/libtorch_cuda.so: undefined reference to...
Sorry, I may miss something. Pytorch usually carries cuda libraries with it's wheel. You can `ldd` your `libtorch_cuda.so` and you'll see something like `libcudart-e409450e.so.11.0`, this shared library usually lays alone...
Another: model startup time is too long
Not supported. It's appreciated if any contribute.
currently not supported, some coding needed, maybe i need some time
Is your data not a string(binary?) nor not UTF-8 encoded? zk web use utf-8 internally to interpret binary data on zk to string on web page.
Sorry for that i actually failed to maintain the project for a long time. Maybe i am investigating your problem soon.