sandeep

Results 8 comments of sandeep

Hey @delan, I think none of the variants in [script](https://docs.rs/ucd/0.1.1/ucd/tables/scripts/enum.Script.html) fall into unicode plane 2, besides the function `is_cjk` primarily matches unicode blocks containing CJK Unified Ideographs Extension characters.

Hey @gterzian, can I give this issue a try? So elaborating on what you said, we are looking to create a mapping of `(id, promise)` inside `pub struct GPUDevice`, then...

Hey @sagudev, are you still working on this draft: #31194 ?

Hey @delan , I've drafted a PR outlining my approach and the changes I've made to the files. Although `./mach build -d` and `./mach test-tidy` don't report any errors, the...

Hello @hydai, I'm trying to comprehend the contents of the `wasmedge/plugin/wasi_nn` folder. I was wondering, if I use `CMake` to build the files in `wasmedge/plugin/wasi_nn` directory and then copy the...

> Hey @hydai, It extends `WasmEdge` to support fine-tuning for LLMs like llama2-7b. Add APIs to the `WASI-NN` standard (if needed) for fine-tuning. Update WASI-NN PyTorch Pluginto modify the plugin...

Hey @hydai, does the wasi_nn-pytorch plugin work only with the [PyTorch 1.8.2 LTS](https://pytorch.org/get-started/locally/) dependency? If so is there any workaround for using the wasi_nn-pytorch in OSX platform (macOS)? Since macOS...

Thanks @DarhkVoyd, I was struggling setting up the Rocket.Chat server on my m1, this helped. Could any maintainer merge this PR, it would help future contributor's using apple silicon to...